BOSS 7.1.2
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 | vfitref (string channel, vector< int > kaonid, vector< int > pionid, HepPoint3D vx, EvtRecTrackIterator charged_begin) |
HepLorentzVector | vfitref (string channel, vector< int > kaonid, vector< int > pionid, vector< int > protonid, HepPoint3D vx, EvtRecTrackIterator charged_begin) |
vector< double > | SecondaryVFitref (EvtRecVeeVertex *ks, IVertexDbSvc *vtxsvc) |
vector< double > | SecondaryVFit_Lambdaref (EvtRecVeeVertex *lambda, IVertexDbSvc *vtxsvc) |
vector< double > | UpdatedKsIfo (EvtRecVeeVertex *ks, IVertexDbSvc *vtxsvc, bool m_useVFrefine) |
vector< double > | UpdatedLambdaIfo (EvtRecVeeVertex *lambda, IVertexDbSvc *vtxsvc, bool m_useVFrefine) |
HepLorentzVector utility::getp4 | ( | RecMdcKalTrack * | mdcKalTrack, |
int | pid ) |
Definition at line 5 of file utility.cxx.
vector< double > utility::SecondaryVFit | ( | EvtRecVeeVertex * | ks, |
IVertexDbSvc * | vtxsvc ) |
Definition at line 540 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 640 of file utility.cxx.
Referenced by LambdaCReconstruction::execute().
vector< double > utility::SecondaryVFit_Lambdaref | ( | EvtRecVeeVertex * | lambda, |
IVertexDbSvc * | vtxsvc ) |
Definition at line 297 of file utility.cxx.
Referenced by LambdaCReconstruction::execute().
vector< double > utility::SecondaryVFitref | ( | EvtRecVeeVertex * | ks, |
IVertexDbSvc * | vtxsvc ) |
Definition at line 199 of file utility.cxx.
Referenced by ChargedDReconstruction::execute(), DsReconstruction::execute(), LambdaCReconstruction::execute(), and NeutralDReconstruction::execute().
vector< double > utility::UpdatedKsIfo | ( | EvtRecVeeVertex * | ks, |
IVertexDbSvc * | vtxsvc, | ||
bool | m_useVFrefine ) |
Definition at line 752 of file utility.cxx.
Referenced by ChargedDReconstruction::updateKsInfo(), DsReconstruction::updateKsInfo(), NeutralDReconstruction::updateKsInfo(), and LambdaCReconstruction::updateKsLambdaInfo().
vector< double > utility::UpdatedLambdaIfo | ( | EvtRecVeeVertex * | lambda, |
IVertexDbSvc * | vtxsvc, | ||
bool | m_useVFrefine ) |
Definition at line 882 of file utility.cxx.
Referenced by LambdaCReconstruction::updateKsLambdaInfo().
HepLorentzVector utility::vfit | ( | string | channel, |
vector< int > | kaonid, | ||
vector< int > | pionid, | ||
HepPoint3D | vx, | ||
EvtRecTrackIterator | charged_begin ) |
Definition at line 406 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 469 of file utility.cxx.
HepLorentzVector utility::vfitref | ( | 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::vfitref | ( | string | channel, |
vector< int > | kaonid, | ||
vector< int > | pionid, | ||
vector< int > | protonid, | ||
HepPoint3D | vx, | ||
EvtRecTrackIterator | charged_begin ) |
Definition at line 124 of file utility.cxx.