CGEM BOSS
6.6.5.i
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
h
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
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
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
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
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
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
▼
CGEM BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
6.6.5.i
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Cgem
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
FileFilterAlg
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Mrpc
►
Muc
▼
Reconstruction
►
BeamParamsAlg
►
CgemClusterCreate
►
CgemLineFit
►
CgemMdcCombAlg
►
CgemMdcFitAlg
►
CgemSegmentFitAlg
►
CgemSegmentRecAlg
►
DotsConnection
▼
DTagAlg
▼
DTagAlg-00-00-51
▼
DTagAlg
►
ChargedDReconstruction.h
►
ChargedDSelector.h
►
DsReconstruction.h
►
DsSelector.h
►
DTag.h
►
LocalEptoPiPiEtaSelector.h
►
LocalEptoRhoGamSelector.h
►
LocalEtatoGGSelector.h
►
LocalKaonSelector.h
►
LocalKsSelector.h
►
LocalPhotonSelector.h
►
LocalPi0Selector.h
►
LocalPionSelector.h
►
LocalRhotoPiPiSelector.h
►
NeutralDReconstruction.h
►
NeutralDSelector.h
►
ReadBeamInfFromDb.h
►
utility.h
►
src
►
DTagSkim
►
EmcRec
►
EmcTimeRec
►
EsTimeAlg
►
EventAssembly
►
HoughTransAlg
►
KalFitAlg
►
MdcDedxAlg
►
MdcDummyAlg
►
MdcFastTrkAlg
►
MdcPatRec
►
MrpcRec
►
MrpcRecDBS
►
MucRecAlg
►
Pi0EtaToGGRecAlg
►
Pi0RecAlg
►
PrimaryVertexAlg
►
SD0TagAlg
►
T0Dummy
►
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
utility.h
Go to the documentation of this file.
1
2
#ifndef Utility_H
3
#define Utility_H
4
#include "
EvtRecEvent/EvtRecEvent.h
"
5
#include "
EvtRecEvent/EvtRecTrack.h
"
6
#include "
VertexFit/VertexFit.h
"
7
8
9
class
utility
{
10
11
public
:
12
HepLorentzVector
getp4
(
RecMdcKalTrack
* mdcKalTrack,
int
pid);
13
HepLorentzVector
vfit
(
string
channel, vector<int> kaonid, vector<int> pionid,
HepPoint3D
vx,
EvtRecTrackIterator
charged_begin);
14
15
16
17
};
9
class
utility
{
…
};
18
19
20
#endif
EvtRecEvent.h
EvtRecTrack.h
EvtRecTrackIterator
EvtRecTrackCol::iterator EvtRecTrackIterator
Definition
EvtRecTrack.h:131
VertexFit.h
HepGeom::Point3D< double >
RecMdcKalTrack
Definition
RecMdcKalTrack.h:30
utility
Definition
utility.h:9
utility::vfit
HepLorentzVector vfit(string channel, vector< int > kaonid, vector< int > pionid, HepPoint3D vx, EvtRecTrackIterator charged_begin)
Definition
utility.cxx:57
utility::getp4
HepLorentzVector getp4(RecMdcKalTrack *mdcKalTrack, int pid)
Definition
utility.cxx:3
6.6.5.i
Reconstruction
DTagAlg
DTagAlg-00-00-51
DTagAlg
utility.h
Generated by
1.12.0