BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <MrpcRecTDS.h>
Public Member Functions | |
StatusCode | InitializeTDS () |
StatusCode | RegisterNullRecTofTrackCol () |
StatusCode | RegisterTDS (int runNumber, int eventNumber, std::vector< MrpcTrack * > *&tofTrackVec, bool m_forCalibration, std::string m_calibData) |
StatusCode | RegisterReconEvent () |
StatusCode | RegisterRecTofTrackCol (std::vector< MrpcTrack * > *&tofTrackVec) |
StatusCode | RegisterRecBTofCalHitCol (int runNumber, int eventNumber, std::vector< MrpcTrack * > *&tofTrackVec, std::string calibData) |
StatusCode | RegisterRecETofCalHitCol (int runNumber, int eventNumber, std::vector< MrpcTrack * > *&tofTrackVec, std::string calibData) |
Definition at line 7 of file MrpcRecTDS.h.
StatusCode MrpcRecTDS::InitializeTDS | ( | ) |
Definition at line 15 of file MrpcRecTDS.cxx.
StatusCode MrpcRecTDS::RegisterNullRecTofTrackCol | ( | ) |
Definition at line 22 of file MrpcRecTDS.cxx.
Referenced by MrpcRec::execute(), and InitializeTDS().
StatusCode MrpcRecTDS::RegisterRecBTofCalHitCol | ( | int | runNumber, |
int | eventNumber, | ||
std::vector< MrpcTrack * > *& | tofTrackVec, | ||
std::string | calibData | ||
) |
Definition at line 156 of file MrpcRecTDS.cxx.
Referenced by RegisterTDS().
StatusCode MrpcRecTDS::RegisterRecETofCalHitCol | ( | int | runNumber, |
int | eventNumber, | ||
std::vector< MrpcTrack * > *& | tofTrackVec, | ||
std::string | calibData | ||
) |
Definition at line 219 of file MrpcRecTDS.cxx.
Referenced by RegisterTDS().
StatusCode MrpcRecTDS::RegisterReconEvent | ( | ) |
Definition at line 69 of file MrpcRecTDS.cxx.
Referenced by InitializeTDS().
StatusCode MrpcRecTDS::RegisterRecTofTrackCol | ( | std::vector< MrpcTrack * > *& | tofTrackVec | ) |
Definition at line 93 of file MrpcRecTDS.cxx.
Referenced by RegisterTDS().
StatusCode MrpcRecTDS::RegisterTDS | ( | int | runNumber, |
int | eventNumber, | ||
std::vector< MrpcTrack * > *& | tofTrackVec, | ||
bool | m_forCalibration, | ||
std::string | m_calibData | ||
) |
Definition at line 58 of file MrpcRecTDS.cxx.
Referenced by MrpcRec::execute().