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
TGGCrossPart.h
Go to the documentation of this file.
1
#ifndef RAD_TGGCrossPart
2
#define RAD_TGGCrossPart
3
4
#include "
TVCrossPart.h
"
5
6
class
TGGCrossPart
:
public
TVCrossPart
{
7
protected
:
8
TPhoton
*
fPhD1
;
9
TPhoton
*
fPhD2
;
10
TPhoton
*
fPhI1
;
11
TPhoton
*
fPhI2
;
12
double
fCosMin
;
13
double
fMax
;
14
double
fNorm
;
15
double
fNormTheta
;
16
double
MakeCosTheta
();
17
double
GetCNorm
();
18
double
R_3_Gamma
();
19
double
K_SV
(
const
double
&);
20
bool
fThetaLocked
;
21
public
:
22
TGGCrossPart
();
23
~TGGCrossPart
();
24
double
BornShift
(
const
double
&,
const
double
&,
const
double
&);
25
double
GetValue
(
const
unsigned
int
);
26
void
Init
();
27
void
SetThetaMin
(
const
double
&);
28
};
29
30
#endif
//#ifndef RAD_TGGCrossPart
TVCrossPart.h
TGGCrossPart
Definition:
TGGCrossPart.h:6
TGGCrossPart::fPhI1
TPhoton * fPhI1
Definition:
TGGCrossPart.h:10
TGGCrossPart::fCosMin
double fCosMin
Definition:
TGGCrossPart.h:12
TGGCrossPart::GetCNorm
double GetCNorm()
TGGCrossPart::GetValue
double GetValue(const unsigned int)
TGGCrossPart::Init
void Init()
TGGCrossPart::R_3_Gamma
double R_3_Gamma()
TGGCrossPart::fPhD1
TPhoton * fPhD1
Definition:
TGGCrossPart.h:8
TGGCrossPart::~TGGCrossPart
~TGGCrossPart()
TGGCrossPart::fMax
double fMax
Definition:
TGGCrossPart.h:13
TGGCrossPart::fPhI2
TPhoton * fPhI2
Definition:
TGGCrossPart.h:11
TGGCrossPart::fNorm
double fNorm
Definition:
TGGCrossPart.h:14
TGGCrossPart::SetThetaMin
void SetThetaMin(const double &)
TGGCrossPart::fThetaLocked
bool fThetaLocked
Definition:
TGGCrossPart.h:20
TGGCrossPart::TGGCrossPart
TGGCrossPart()
TGGCrossPart::K_SV
double K_SV(const double &)
TGGCrossPart::BornShift
double BornShift(const double &, const double &, const double &)
TGGCrossPart::fPhD2
TPhoton * fPhD2
Definition:
TGGCrossPart.h:9
TGGCrossPart::fNormTheta
double fNormTheta
Definition:
TGGCrossPart.h:15
TGGCrossPart::MakeCosTheta
double MakeCosTheta()
TPhoton
Definition:
TPhoton.h:7
TVCrossPart
Definition:
TVCrossPart.h:7
source
Generator
Mcgpj
Mcgpj-00-01-04
src
code
inc
TGGCrossPart.h
Generated by
1.9.6