BOSS 7.0.6
BESIII Offline Software System
|
#include <utility.h>
Public Member Functions | |
HepLorentzVector | getp4 (RecMdcKalTrack *mdcKalTrack, int pid) |
HepLorentzVector | vfit (string channel, vector< int > kaonid, vector< int > pionid, HepPoint3D vx, EvtRecTrackIterator charged_begin) |
HepLorentzVector | vfit (string channel, vector< int > kaonid, vector< int > pionid, vector< int > protonid, HepPoint3D vx, EvtRecTrackIterator charged_begin) |
vector< double > | SecondaryVFit (EvtRecVeeVertex *ks, IVertexDbSvc *vtxsvc) |
vector< double > | SecondaryVFit_Lambda (EvtRecVeeVertex *lambda, IVertexDbSvc *vtxsvc) |
HepLorentzVector utility::getp4 | ( | RecMdcKalTrack * | mdcKalTrack, |
int | pid | ||
) |
Definition at line 5 of file utility.cxx.
Referenced by vfit().
vector< double > utility::SecondaryVFit | ( | EvtRecVeeVertex * | ks, |
IVertexDbSvc * | vtxsvc | ||
) |
Definition at line 195 of file utility.cxx.
Referenced by ChargedDReconstruction::execute(), DsReconstruction::execute(), LambdaCReconstruction::execute(), and NeutralDReconstruction::execute().
vector< double > utility::SecondaryVFit_Lambda | ( | EvtRecVeeVertex * | lambda, |
IVertexDbSvc * | vtxsvc | ||
) |
Definition at line 295 of file utility.cxx.
Referenced by LambdaCReconstruction::execute().
HepLorentzVector utility::vfit | ( | string | channel, |
vector< int > | kaonid, | ||
vector< int > | pionid, | ||
HepPoint3D | vx, | ||
EvtRecTrackIterator | charged_begin | ||
) |
Definition at line 59 of file utility.cxx.
Referenced by ChargedDReconstruction::execute(), DsReconstruction::execute(), LambdaCReconstruction::execute(), and NeutralDReconstruction::execute().
HepLorentzVector utility::vfit | ( | string | channel, |
vector< int > | kaonid, | ||
vector< int > | pionid, | ||
vector< int > | protonid, | ||
HepPoint3D | vx, | ||
EvtRecTrackIterator | charged_begin | ||
) |
Definition at line 122 of file utility.cxx.