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
TPiCrossPart.h
Go to the documentation of this file.
1
#ifndef RAD_TPiCrossPart
2
#define RAD_TPiCrossPart
3
4
#include "
TVCrossPart.h
"
5
#include "
TPiKFun.h
"
6
#include "
TFormFactor.h
"
7
8
class
TPiCrossPart
:
public
TVCrossPart
{
9
protected
:
10
TPiKFun
*
fK
;
// Soft and virtual photons correction
11
TPhotonD
*
fPhD1
;
12
TPhotonD
*
fPhD2
;
13
TPhotonI
*
fPhI1
;
14
TPhotonI
*
fPhI2
;
15
TPhotonFS
*
fPhFS
;
16
TFormFactor
*
fFpi
;
17
double
fCosMin
;
18
double
fSinTheta2
;
19
double
fNorm
;
20
double
fCompPiSV
;
21
double
fBetaPi
;
22
double
MakeCosTheta
();
23
double
GetCNorm
();
24
double
R_Gamma
();
25
double
R_Gamma_t
();
26
double
R_Gamma_kuraev_eidelman
();
27
public
:
28
TPiCrossPart
();
29
virtual
~TPiCrossPart
();
30
double
BornShift
(
const
double
&,
const
double
&,
const
double
&);
31
double
GetValue
(
const
unsigned
int
);
32
void
Init
();
33
void
SetThetaMin
(
const
double
&);
34
TFormFactor
*
GetFormFactor
(){
return
fFpi
;}
35
};
36
37
#endif
//#ifndef RAD_TPiCrossPart
TFormFactor.h
TPiKFun.h
TVCrossPart.h
TFormFactor
Definition:
TFormFactor.h:7
TPhotonD
Definition:
TPhoton.h:156
TPhotonFS
Definition:
TPhoton.h:106
TPhotonI
Definition:
TPhoton.h:78
TPiCrossPart
Definition:
TPiCrossPart.h:8
TPiCrossPart::fCosMin
double fCosMin
Definition:
TPiCrossPart.h:17
TPiCrossPart::SetThetaMin
void SetThetaMin(const double &)
TPiCrossPart::GetFormFactor
TFormFactor * GetFormFactor()
Definition:
TPiCrossPart.h:34
TPiCrossPart::GetValue
double GetValue(const unsigned int)
TPiCrossPart::fPhD2
TPhotonD * fPhD2
Definition:
TPiCrossPart.h:12
TPiCrossPart::~TPiCrossPart
virtual ~TPiCrossPart()
TPiCrossPart::MakeCosTheta
double MakeCosTheta()
TPiCrossPart::fNorm
double fNorm
Definition:
TPiCrossPart.h:19
TPiCrossPart::GetCNorm
double GetCNorm()
TPiCrossPart::R_Gamma
double R_Gamma()
TPiCrossPart::fFpi
TFormFactor * fFpi
Definition:
TPiCrossPart.h:16
TPiCrossPart::fPhI2
TPhotonI * fPhI2
Definition:
TPiCrossPart.h:14
TPiCrossPart::fK
TPiKFun * fK
Definition:
TPiCrossPart.h:10
TPiCrossPart::R_Gamma_t
double R_Gamma_t()
TPiCrossPart::Init
void Init()
TPiCrossPart::fPhFS
TPhotonFS * fPhFS
Definition:
TPiCrossPart.h:15
TPiCrossPart::fPhI1
TPhotonI * fPhI1
Definition:
TPiCrossPart.h:13
TPiCrossPart::fPhD1
TPhotonD * fPhD1
Definition:
TPiCrossPart.h:11
TPiCrossPart::R_Gamma_kuraev_eidelman
double R_Gamma_kuraev_eidelman()
TPiCrossPart::fSinTheta2
double fSinTheta2
Definition:
TPiCrossPart.h:18
TPiCrossPart::fCompPiSV
double fCompPiSV
Definition:
TPiCrossPart.h:20
TPiCrossPart::BornShift
double BornShift(const double &, const double &, const double &)
TPiCrossPart::fBetaPi
double fBetaPi
Definition:
TPiCrossPart.h:21
TPiCrossPart::TPiCrossPart
TPiCrossPart()
TPiKFun
Definition:
TPiKFun.h:5
TVCrossPart
Definition:
TVCrossPart.h:7
source
Generator
Mcgpj
Mcgpj-00-01-04
src
code
inc
TPiCrossPart.h
Generated by
1.9.6