BOSS
7.1.0
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EvtD0toKLpipiPlot.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of models developed at BES collaboration
5
// based on the EvtGen framework. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
//------------------------------------------------------------------------
9
#ifndef EVTD0TOKLPIPIPLOT_HH
10
#define EVTD0TOKLPIPIPLOT_HH
11
12
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
13
14
class
EvtParticle
;
15
16
class
EvtD0toKLpipiPlot
:
public
EvtDecayIncoherent
{
17
18
public
:
19
20
EvtD0toKLpipiPlot
() {}
21
virtual
~EvtD0toKLpipiPlot
();
22
23
void
getName
(std::string& name);
24
25
EvtDecayBase
*
clone
();
26
27
void
initProbMax
();
28
29
void
init
();
30
31
void
decay
(
EvtParticle
*p);
32
33
int
FindXBin
(
double
mass2);
34
int
FindYBin
(
double
mass2);
35
36
private
:
37
std::string m_inputFileName;
38
std::string f1;
39
double
avm1;
40
double
HisPDF[42][42];
41
double
Xmin,Xmax,Xwid,Ymin,Ymax,Ywid;
42
43
};
44
45
#endif
EvtDecayIncoherent.hh
EvtD0toKLpipiPlot
Definition:
EvtD0toKLpipiPlot.hh:16
EvtD0toKLpipiPlot::FindYBin
int FindYBin(double mass2)
Definition:
EvtD0toKLpipiPlot.cc:161
EvtD0toKLpipiPlot::getName
void getName(std::string &name)
Definition:
EvtD0toKLpipiPlot.cc:38
EvtD0toKLpipiPlot::EvtD0toKLpipiPlot
EvtD0toKLpipiPlot()
Definition:
EvtD0toKLpipiPlot.hh:20
EvtD0toKLpipiPlot::clone
EvtDecayBase * clone()
Definition:
EvtD0toKLpipiPlot.cc:42
EvtD0toKLpipiPlot::decay
void decay(EvtParticle *p)
Definition:
EvtD0toKLpipiPlot.cc:121
EvtD0toKLpipiPlot::~EvtD0toKLpipiPlot
virtual ~EvtD0toKLpipiPlot()
Definition:
EvtD0toKLpipiPlot.cc:36
EvtD0toKLpipiPlot::FindXBin
int FindXBin(double mass2)
Definition:
EvtD0toKLpipiPlot.cc:155
EvtD0toKLpipiPlot::initProbMax
void initProbMax()
Definition:
EvtD0toKLpipiPlot.cc:117
EvtD0toKLpipiPlot::init
void init()
Definition:
EvtD0toKLpipiPlot.cc:46
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtParticle
Definition:
EvtParticle.hh:42
source
Generator
BesEvtGen
BesEvtGen-00-04-26
src
EvtGen
EvtGenModels
EvtD0toKLpipiPlot.hh
Generated by
1.9.6