BOSS
7.0.2
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
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
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
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
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
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
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
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
p
r
s
t
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
EvtRexc.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// pingrg-2014-10-16
3
// Model REXC : used to decay vgam to the final state as in ConExc model
4
// Name: REXC: R-scan exclusive decay model
5
// Decay cards:
6
// Decay vgam
7
// 1 REXC;
8
// Enddecay
9
// particle vgam is mandatory
10
//------------------------------------------------------------------------
11
12
#ifndef EVTREXC_HH
13
#define EVTREXC_HH
14
15
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
16
#include "
EvtGenModels/EvtConExc.hh
"
17
class
EvtParticle
;
18
19
class
EvtRexc
:
public
EvtDecayIncoherent
{
20
21
public
:
22
23
EvtRexc
() {}
24
virtual
~EvtRexc
();
25
26
void
getName
(std::string& name);
27
28
EvtDecayBase
*
clone
();
29
30
void
initProbMax
();
31
32
void
init
();
33
34
void
decay
(
EvtParticle
*p);
35
36
double
baryonAng
(
double
mx);
37
bool
angularSampling
(
EvtParticle
* par);
38
private
:
39
EvtConExc
*myconexc;
40
double
cosp,cosk;
41
};
42
43
#endif
44
EvtConExc.hh
EvtDecayIncoherent.hh
EvtConExc
Definition:
EvtConExc.hh:87
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtParticle
Definition:
EvtParticle.hh:42
EvtRexc
Definition:
EvtRexc.hh:19
EvtRexc::~EvtRexc
virtual ~EvtRexc()
Definition:
EvtRexc.cc:21
EvtRexc::init
void init()
Definition:
EvtRexc.cc:36
EvtRexc::decay
void decay(EvtParticle *p)
Definition:
EvtRexc.cc:49
EvtRexc::clone
EvtDecayBase * clone()
Definition:
EvtRexc.cc:29
EvtRexc::angularSampling
bool angularSampling(EvtParticle *par)
Definition:
EvtRexc.cc:80
EvtRexc::initProbMax
void initProbMax()
Definition:
EvtRexc.cc:43
EvtRexc::EvtRexc
EvtRexc()
Definition:
EvtRexc.hh:23
EvtRexc::baryonAng
double baryonAng(double mx)
Definition:
EvtRexc.cc:102
EvtRexc::getName
void getName(std::string &name)
Definition:
EvtRexc.cc:23
source
Generator
BesEvtGen
BesEvtGen-00-03-58
src
EvtGen
EvtGenModels
EvtRexc.hh
Generated by
1.9.6