BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <MrpcCount.h>
Public Member Functions | |
MrpcCount () | |
~MrpcCount () | |
void | init () |
void | setExtTrackNum (unsigned int ntrk) |
void | setTrack1 (MrpcTrack *&tof) |
void | setTrack1Col (std::vector< MrpcTrack * > *&tofTrackVec) |
void | setTrack2 (MrpcTrack *&tof) |
void | setTrack3 (MrpcTrack *&tof) |
void | setTrack4 (MrpcTrack *&tof) |
void | final () |
void | initBhabha () |
void | addNumber (unsigned int i) |
void | finalBhabha (std::string calibData) |
Definition at line 9 of file MrpcCount.h.
MrpcCount::MrpcCount | ( | ) |
Definition at line 6 of file MrpcCount.cxx.
|
inline |
Definition at line 12 of file MrpcCount.h.
void MrpcCount::addNumber | ( | unsigned int | i | ) |
Definition at line 263 of file MrpcCount.cxx.
Referenced by MrpcRec::execute().
void MrpcCount::final | ( | ) |
Definition at line 229 of file MrpcCount.cxx.
Referenced by MrpcRec::finalize().
void MrpcCount::finalBhabha | ( | std::string | calibData | ) |
Definition at line 271 of file MrpcCount.cxx.
Referenced by MrpcRec::finalize().
void MrpcCount::init | ( | ) |
Definition at line 64 of file MrpcCount.cxx.
void MrpcCount::initBhabha | ( | ) |
Definition at line 255 of file MrpcCount.cxx.
void MrpcCount::setExtTrackNum | ( | unsigned int | ntrk | ) |
Definition at line 122 of file MrpcCount.cxx.
Referenced by MrpcRec::execute().
void MrpcCount::setTrack1 | ( | MrpcTrack *& | tof | ) |
Definition at line 128 of file MrpcCount.cxx.
Referenced by setTrack1Col().
void MrpcCount::setTrack1Col | ( | std::vector< MrpcTrack * > *& | tofTrackVec | ) |
Definition at line 143 of file MrpcCount.cxx.
Referenced by MrpcRec::execute().
void MrpcCount::setTrack2 | ( | MrpcTrack *& | tof | ) |
Definition at line 152 of file MrpcCount.cxx.
Referenced by MrpcRec::execute().
void MrpcCount::setTrack3 | ( | MrpcTrack *& | tof | ) |
Definition at line 169 of file MrpcCount.cxx.
Referenced by MrpcRec::execute().
void MrpcCount::setTrack4 | ( | MrpcTrack *& | tof | ) |
Definition at line 195 of file MrpcCount.cxx.