BOSS
7.0.4
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
b
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
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
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
h
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
EvtRhoPi.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
// Copyright Information: See EvtGen/BesCopyright
9
// Copyright (A) 2006 Ping Rong-Gang @IHEP
10
//
11
// Module: EvtRhoPi.cc
12
//
13
// Description: Jpsi or psi(2S) decays into 3 pions via rho(1--)pi
14
//
15
// Modification history:
16
//
17
// Ping R.-G. Apr., 2007 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTRHOPI_HH
22
#define EVTRHOPI_HH
23
24
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
25
#include "
EvtGenBase/EvtVector4R.hh
"
26
27
class
EvtParticle
;
28
29
class
EvtRhoPi
:
public
EvtDecayIncoherent
{
30
31
public
:
32
33
EvtRhoPi
() {}
34
virtual
~EvtRhoPi
();
35
36
void
getName
(std::string& name);
37
38
EvtDecayBase
*
clone
();
39
40
void
initProbMax
();
41
42
void
init
();
43
44
void
decay
(
EvtParticle
*p);
45
46
double
AmplitudeSquare
(
double
ResonanceMass,
double
ResonanceWidth,
double
r1,
double
47
r2,
double
phase1,
double
phase2);
48
49
EvtVector4R
GetDaugMomLab
(
int
i){
return
_p4Lab[i];}
50
EvtVector4R
GetDaugMomCM
(
int
i){
return
_p4CM[i];}
51
EvtVector4R
GetDaugMomHel
(
int
i){
return
_p4Hel[i];}
52
53
54
int
GetNdaug
(){
return
_nd;}
55
56
private
:
57
58
EvtVector4R
_p4Lab[10],_p4CM[10],_p4Hel[10];
59
int
_nd;
60
61
};
62
63
64
#endif
65
EvtDecayIncoherent.hh
EvtVector4R.hh
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtParticle
Definition:
EvtParticle.hh:42
EvtRhoPi
Definition:
EvtRhoPi.hh:29
EvtRhoPi::initProbMax
void initProbMax()
Definition:
EvtRhoPi.cc:69
EvtRhoPi::GetDaugMomLab
EvtVector4R GetDaugMomLab(int i)
Definition:
EvtRhoPi.hh:49
EvtRhoPi::getName
void getName(std::string &name)
Definition:
EvtRhoPi.cc:47
EvtRhoPi::init
void init()
Definition:
EvtRhoPi.cc:60
EvtRhoPi::decay
void decay(EvtParticle *p)
Definition:
EvtRhoPi.cc:78
EvtRhoPi::EvtRhoPi
EvtRhoPi()
Definition:
EvtRhoPi.hh:33
EvtRhoPi::~EvtRhoPi
virtual ~EvtRhoPi()
Definition:
EvtRhoPi.cc:45
EvtRhoPi::clone
EvtDecayBase * clone()
Definition:
EvtRhoPi.cc:53
EvtRhoPi::AmplitudeSquare
double AmplitudeSquare(double ResonanceMass, double ResonanceWidth, double r1, double r2, double phase1, double phase2)
Definition:
EvtRhoPi.cc:132
EvtRhoPi::GetDaugMomCM
EvtVector4R GetDaugMomCM(int i)
Definition:
EvtRhoPi.hh:50
EvtRhoPi::GetNdaug
int GetNdaug()
Definition:
EvtRhoPi.hh:54
EvtRhoPi::GetDaugMomHel
EvtVector4R GetDaugMomHel(int i)
Definition:
EvtRhoPi.hh:51
EvtVector4R
Definition:
EvtVector4R.hh:29
source
Generator
BesEvtGen
BesEvtGen-00-03-98
src
EvtGen
EvtGenModels
EvtRhoPi.hh
Generated by
1.9.6