BOSS
7.1.3
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.3
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
▼
Reconstruction
►
BeamParamsAlg
►
DTagAlg
►
DTagSkim
►
EmcRec
►
EmcTimeRec
►
EsTimeAlg
►
EventAssembly
►
KalFitAlg
►
MdcDedxAlg
►
MdcDummyAlg
►
MdcFastTrkAlg
►
MdcHoughFinder
►
MdcPatRec
►
MucRecAlg
►
Pi0EtaToGGRecAlg
►
Pi0RecAlg
►
PrimaryVertexAlg
►
QCMCFilterAlg
▼
SD0TagAlg
▼
SD0TagAlg-00-01-00
▼
SD0TagAlg
►
K0kk.h
►
K0kpi.h
►
K0pi0.h
►
K0pipi.h
►
K0pipipi0.h
►
K2pipi0.h
►
K3pi.h
►
K3pipi0.h
►
Kk.h
►
Kkpi0.h
►
Kkpipi.h
►
Kpi.h
►
Kpipi0.h
►
Kpipi0pi0.h
►
Pipi.h
►
Pipipi0.h
►
SD0Tag.h
►
Sing.h
►
SingleBase.h
►
src
►
T0Dummy
►
TagWriterAlg
►
TofEnergyRec
►
TofRec
►
TrackUtil
►
TrkExtAlg
►
TrkReco
►
VeeVertexAlg
►
ZddReconAlg
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Kpipi0.h
Go to the documentation of this file.
1
#ifndef K_PIPI0_H
2
#define K_PIPI0_H
3
4
#include "GaudiKernel/SmartDataPtr.h"
5
#include "
EvtRecEvent/EvtRecEvent.h
"
6
#include "
EvtRecEvent/EvtRecTrack.h
"
7
#include "
DstEvent/TofHitStatus.h
"
8
9
#include "
ParticleID/ParticleID.h
"
10
#include <vector>
11
#include "CLHEP/Vector/ThreeVector.h"
12
#include "CLHEP/Vector/LorentzVector.h"
13
#include "CLHEP/Vector/TwoVector.h"
14
#include "CLHEP/Geometry/Point3D.h"
15
16
typedef
std::vector<int>
Vint
;
17
typedef
std::vector<double>
Vdouble
;
18
typedef
std::vector<HepLorentzVector>
Vp4
;
19
20
class
Kpipi0
21
{
22
public
:
23
Kpipi0
();
24
~Kpipi0
();
25
26
public
:
27
inline
bool
Getkpipi0md
() {
return
kpipi0md; }
28
inline
double
Gettagmd
() {
return
tagmd; }
29
inline
double
Getmass_bc
() {
return
mass_bc; }
30
inline
double
GetCQtm
() {
return
cqtm; }
31
inline
double
GetdelE_tag
() {
return
delE_tag; }
32
inline
Vint
Gettagtrk1
() {
return
iGoodtag; }
33
inline
HepLorentzVector
Gettagp1
() {
return
ptag; }
34
inline
Vint
GettagGam1
() {
return
iGamtag; }
35
36
37
public
:
38
void
MTotal
(
double
event,SmartDataPtr<EvtRecTrackCol> evtRecTrkCol,
Vint
iGood,
Vint
iGam,
double
Ebeam,
int
PID_flag,
int
Charge_candidate_D);
39
40
private
:
41
bool
kpipi0md;
42
double
tagmd;
43
double
mass_bc;
44
double
cqtm;
45
double
delE_tag;
46
Vint
iGoodtag;
47
HepLorentzVector ptag;
48
Vint
iGamtag;
49
50
};
20
class
Kpipi0
{
…
};
51
52
#endif
EvtRecEvent.h
EvtRecTrack.h
Vp4
std::vector< HepLorentzVector > Vp4
Definition
Gam4pikp.cxx:53
Vdouble
std::vector< double > Vdouble
Definition
Gam4pikp.cxx:54
Vint
std::vector< int > Vint
Definition
Gam4pikp.cxx:52
Vint
std::vector< int > Vint
Definition
Kpipi0.h:16
ParticleID.h
TofHitStatus.h
Kpipi0::Gettagmd
double Gettagmd()
Definition
Kpipi0.h:28
Kpipi0::Getmass_bc
double Getmass_bc()
Definition
Kpipi0.h:29
Kpipi0::GettagGam1
Vint GettagGam1()
Definition
Kpipi0.h:34
Kpipi0::MTotal
void MTotal(double event, SmartDataPtr< EvtRecTrackCol > evtRecTrkCol, Vint iGood, Vint iGam, double Ebeam, int PID_flag, int Charge_candidate_D)
Definition
Kpipi0.cxx:33
Kpipi0::GetdelE_tag
double GetdelE_tag()
Definition
Kpipi0.h:31
Kpipi0::Kpipi0
Kpipi0()
Definition
Kpipi0.cxx:26
Kpipi0::Getkpipi0md
bool Getkpipi0md()
Definition
Kpipi0.h:27
Kpipi0::Gettagp1
HepLorentzVector Gettagp1()
Definition
Kpipi0.h:33
Kpipi0::Gettagtrk1
Vint Gettagtrk1()
Definition
Kpipi0.h:32
Kpipi0::GetCQtm
double GetCQtm()
Definition
Kpipi0.h:30
Kpipi0::~Kpipi0
~Kpipi0()
Definition
Kpipi0.cxx:29
7.1.3
Reconstruction
SD0TagAlg
SD0TagAlg-00-01-00
SD0TagAlg
Kpipi0.h
Generated by
1.13.2