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