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
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
▼
Reconstruction
►
BeamParamsAlg
►
DTagAlg
►
DTagSkim
►
EmcRec
►
EmcTimeRec
►
EsTimeAlg
►
EventAssembly
►
KalFitAlg
►
MdcDedxAlg
►
MdcDummyAlg
►
MdcFastTrkAlg
►
MdcHoughFinder
►
MdcPatRec
►
MucRecAlg
►
Pi0EtaToGGRecAlg
▼
Pi0RecAlg
▼
Pi0RecAlg-00-01-00
▼
Pi0RecAlg
►
Criteria.h
►
MakeGroupList.h
►
Pi0Cut.h
►
Pi0RecAlg.h
►
src
►
PrimaryVertexAlg
►
QCMCFilterAlg
►
SD0TagAlg
►
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
Pi0RecAlg.h
Go to the documentation of this file.
1
#ifndef Physics_Analysis_Pi0Rec_Alg_H
2
#define Physics_Analysis_Pi0Rec_Alg_H
3
4
#include "CLHEP/Vector/LorentzVector.h"
5
#include "GaudiKernel/Algorithm.h"
6
#include "
Pi0Cut.h
"
7
// predeclaration
8
class
RecEmcShower
;
9
10
class
Pi0RecAlg
:
public
Algorithm {
11
12
public
:
13
14
Pi0RecAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
15
16
StatusCode
initialize
();
17
StatusCode
execute
();
18
StatusCode
finalize
();
19
20
private
:
21
22
HepLorentzVector getP4(
RecEmcShower
* gTrk);
23
UserPi0Cut
_pi0_cut;
24
/* double m_barrel_min_energy;
25
double m_endcap_min_energy;
26
double m_angle ;
27
double m_time_limit;
28
29
double m_minmass_cut;
30
double m_maxmass_cut;
31
double m_chisq_cut;
32
double m_costheta_cut;*/
33
34
};
10
class
Pi0RecAlg
:
public
Algorithm {
…
};
35
#endif
Pi0Cut.h
Pi0RecAlg
Definition
Pi0RecAlg.h:10
Pi0RecAlg::execute
StatusCode execute()
Definition
Pi0RecAlg.cxx:40
Pi0RecAlg::Pi0RecAlg
Pi0RecAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
Pi0RecAlg.cxx:15
Pi0RecAlg::finalize
StatusCode finalize()
Definition
Pi0RecAlg.cxx:85
Pi0RecAlg::initialize
StatusCode initialize()
Definition
Pi0RecAlg.cxx:30
RecEmcShower
Definition
RecEmcShower.h:22
UserPi0Cut
Definition
Pi0Cut.h:11
7.1.2
Reconstruction
Pi0RecAlg
Pi0RecAlg-00-01-00
Pi0RecAlg
Pi0RecAlg.h
Generated by
1.12.0