BOSS
7.1.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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
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
Enumerations
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
▼
Generator
►
Babayaga
►
BabayagaNLO
►
BesBdkRc
►
BesEvtGen
►
BesGenInterface
►
BesGenModule
►
BesTwogam
►
Bhlumi
►
Bhwide
►
CosmicGenerator
►
Eepipi
►
EeTo4e
►
EeToeeV
►
Ekhara
►
GenAnalysisTools
►
GeneratorModule
►
GeneratorObject
►
GeneratorUtil
►
KKMC
►
McEventSelector
▼
Mcgpj
▼
Mcgpj-00-02-00
►
Mcgpj
▼
src
►
code
▼
code3pi
▼
inc
►
T2piCrossPart.h
►
T3piCrossPart.h
►
T3piEtaCrossPart.h
►
T4piCrossPart.h
►
T5piCrossPart.h
►
TConstant.h
►
TCrossPart.h
►
TDFun_o.h
►
TKKEtaCrossPart.h
►
TKKPCrossPart.h
►
TLorentzVectorC.h
►
TPhoton_o.h
►
TRhoEtaCrossPart.h
►
TUtil.h
►
Mcgpj.cxx
►
Phokhara
►
SingleParticleGun
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TKKEtaCrossPart.h
Go to the documentation of this file.
1
#ifndef RAD_TKKEtaCrossPart
2
#define RAD_TKKEtaCrossPart
3
4
#include "
TCrossPart.h
"
5
6
class
TKKEtaCrossPart
:
public
TCrossPart
{
7
protected
:
8
int
fmode
;
9
void
SetJ
();
10
bool
Accepted
();
11
public
:
12
TKKEtaCrossPart
(
double
e,
double
de,
double
nth0,
int
mode);
13
~TKKEtaCrossPart
(){};
14
};
6
class
TKKEtaCrossPart
:
public
TCrossPart
{
…
};
15
16
#endif
// RAD_TKKEtaCrossPart
TCrossPart.h
TCrossPart
Definition
TCrossPart.h:11
TKKEtaCrossPart
Definition
TKKEtaCrossPart.h:6
TKKEtaCrossPart::fmode
int fmode
Definition
TKKEtaCrossPart.h:8
TKKEtaCrossPart::Accepted
bool Accepted()
TKKEtaCrossPart::SetJ
void SetJ()
TKKEtaCrossPart::~TKKEtaCrossPart
~TKKEtaCrossPart()
Definition
TKKEtaCrossPart.h:13
TKKEtaCrossPart::TKKEtaCrossPart
TKKEtaCrossPart(double e, double de, double nth0, int mode)
7.1.2
Generator
Mcgpj
Mcgpj-00-02-00
src
code3pi
inc
TKKEtaCrossPart.h
Generated by
1.12.0