BOSS 7.1.2
BESIII Offline Software System
|
#include <TofCount.h>
Public Member Functions | |
TofCount () | |
~TofCount () | |
void | init () |
void | setExtTrackNum (unsigned int ntrk) |
void | setTrack1 (TofTrack *&tof) |
void | setTrack1Col (std::vector< TofTrack * > *&tofTrackVec) |
void | setTrack2 (TofTrack *&tof) |
void | setTrack3 (TofTrack *&tof) |
void | setTrack4 (TofTrack *&tof) |
void | final () |
void | initBhabha () |
void | addNumber (unsigned int i) |
void | finalBhabha (std::string calibData) |
Definition at line 9 of file TofCount.h.
TofCount::TofCount | ( | ) |
Definition at line 6 of file TofCount.cxx.
|
inline |
Definition at line 12 of file TofCount.h.
void TofCount::addNumber | ( | unsigned int | i | ) |
Definition at line 207 of file TofCount.cxx.
Referenced by TofRec::execute().
void TofCount::final | ( | ) |
Definition at line 182 of file TofCount.cxx.
Referenced by TofRec::finalize().
void TofCount::finalBhabha | ( | std::string | calibData | ) |
Definition at line 215 of file TofCount.cxx.
Referenced by TofRec::finalize().
void TofCount::init | ( | ) |
Definition at line 51 of file TofCount.cxx.
void TofCount::initBhabha | ( | ) |
Definition at line 199 of file TofCount.cxx.
void TofCount::setExtTrackNum | ( | unsigned int | ntrk | ) |
Definition at line 92 of file TofCount.cxx.
Referenced by TofRec::execute().
void TofCount::setTrack1 | ( | TofTrack *& | tof | ) |
Definition at line 98 of file TofCount.cxx.
Referenced by setTrack1Col().
void TofCount::setTrack1Col | ( | std::vector< TofTrack * > *& | tofTrackVec | ) |
Definition at line 111 of file TofCount.cxx.
Referenced by TofRec::execute().
void TofCount::setTrack2 | ( | TofTrack *& | tof | ) |
Definition at line 120 of file TofCount.cxx.
Referenced by TofRec::execute().
void TofCount::setTrack3 | ( | TofTrack *& | tof | ) |
Definition at line 135 of file TofCount.cxx.
Referenced by TofRec::execute().
void TofCount::setTrack4 | ( | TofTrack *& | tof | ) |
Definition at line 150 of file TofCount.cxx.