|
BOSS 8.0.0
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, ILambdaSelector *lambdaSelector) |
| 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, ILambdaSelector *lambdaSelector) |
| 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 567 of file utility.cxx.
Referenced by ChargedDReconstruction::execute(), DsReconstruction::execute(), LambdaCReconstruction::execute(), and NeutralDReconstruction::execute().
| vector< double > utility::SecondaryVFit_Lambda | ( | EvtRecVeeVertex * | lambda, |
| IVertexDbSvc * | vtxsvc, | ||
| ILambdaSelector * | lambdaSelector ) |
Definition at line 672 of file utility.cxx.
Referenced by LambdaCReconstruction::execute().
| vector< double > utility::SecondaryVFit_Lambdaref | ( | EvtRecVeeVertex * | lambda, |
| IVertexDbSvc * | vtxsvc, | ||
| ILambdaSelector * | lambdaSelector ) |
Definition at line 306 of file utility.cxx.
Referenced by LambdaCReconstruction::execute().
| vector< double > utility::SecondaryVFitref | ( | EvtRecVeeVertex * | ks, |
| IVertexDbSvc * | vtxsvc ) |
Definition at line 203 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 793 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 930 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 425 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 491 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 126 of file utility.cxx.