|
BOSS 8.0.0
BESIII Offline Software System
|
#include <TofTrack.h>
Public Member Functions | |
| TofTrack (int run, int event) | |
| ~TofTrack () | |
| int | trackId () const |
| int | tofTrackId () const |
| int | id1 () const |
| int | id2 () const |
| int | istrip1 () const |
| int | istrip2 () const |
| int | dstrip1 () const |
| int | dstrip2 () const |
| unsigned int | barrel () const |
| ExtTrackCase | hitCase () const |
| double | p () const |
| double | path () const |
| double | path1 () const |
| double | path2 () const |
| double | zrhit1 () const |
| double | zrhit2 () const |
| double | errzrhit1 () const |
| double | errzrhit2 () const |
| double | xhit1 () const |
| double | yhit1 () const |
| double | xhit2 () const |
| double | yhit2 () const |
| int | kal (unsigned int i) const |
| double | zr1 (unsigned int i) const |
| double | zr2 (unsigned int i) const |
| double | errzr1 (unsigned int i) const |
| double | errzr2 (unsigned int i) const |
| std::vector< TofData * > | tofData1 () const |
| std::vector< TofData * > | tofData2 () const |
| int | size1 () const |
| int | size2 () const |
| int | size3 () const |
| int | size4 () const |
| double | theta1 () const |
| double | theta2 () const |
| double | phi1 () const |
| double | phi2 () const |
| unsigned int | quality1 () const |
| unsigned int | quality2 () const |
| unsigned int | quality () const |
| int | tofId1 () const |
| int | tofId2 () const |
| int | strip1 () const |
| int | strip2 () const |
| double | ph11 () const |
| double | ph12 () const |
| double | ph21 () const |
| double | ph22 () const |
| double | ph1 () const |
| double | ph2 () const |
| double | ph () const |
| double | tof11 (unsigned int i) const |
| double | tof12 (unsigned int i) const |
| double | tof21 (unsigned int i) const |
| double | tof22 (unsigned int i) const |
| double | tof1 (unsigned int i) const |
| double | tof2 (unsigned int i) const |
| double | tof (unsigned int i) const |
| double | qch1 () const |
| double | qch2 () const |
| double | qch3 () const |
| double | qch4 () const |
| double | adc1 () const |
| double | adc2 () const |
| double | adc3 () const |
| double | adc4 () const |
| double | tdc1 () const |
| double | tdc2 () const |
| double | tdc3 () const |
| double | tdc4 () const |
| double | texpInner (unsigned int i) const |
| double | texpOuter (unsigned int i) const |
| double | texp (unsigned int i) const |
| double | ztdc1 () const |
| double | ztdc2 () const |
| double | zadc1 () const |
| double | zadc2 () const |
| double | estime () const |
| double | tdiff1 () const |
| double | tdiff2 () const |
| int | t0Stat () const |
| unsigned int | flag () const |
| bool | isNoHit () const |
| void | setQuality (int qual) |
| void | setQuality1 (int qual1) |
| void | setQuality2 (int qual2) |
| void | setFlag (unsigned int flag) |
| void | setExtTrack (RecExtTrack *extTrack, double costheta, double p[5], int kal[5], double t0, int t0Stat) |
| void | getMultiHit (TofTrack *&) |
| void | setTofData (TofDataMap tofDataMap) |
| void | tofDataAnalysis (TofData *tof, unsigned int iflag) |
| void | getTofData (TofData *tof, unsigned int iflag) |
| void | getTofDataEast (TofData *tof, unsigned int iflag) |
| void | getTofDataWest (TofData *tof, unsigned int iflag) |
| void | getTofDataNohit (unsigned int iflag) |
| void | getEtfData (TofData *tof, unsigned int iflag, unsigned int qual) |
| void | match (bool forCalibration, std::vector< int > deadId, std::vector< TofTrack * > *&tofTrackVec) |
| void | findTofDataBarrel (std::vector< TofData * > tofDataVec1, std::vector< TofData * > tofDataVec2, double zrhit, unsigned int iflag, std::vector< TofTrack * > *&tofTrackVec) |
| TofData * | chooseTofData (std::vector< TofData * > tofDataVec, double zrhit) |
| TofData * | compareTofData (TofData *tofData1, TofData *tofData2, double zrhit) |
| void | findTofDataEndcap (std::vector< TofData * > tofDataVec1, std::vector< TofData * > tofDataVec2, double zr1[5]) |
| TofData * | chooseTofDataEndcap (std::vector< TofData * > tofDataVec, double zr1[5]) |
| TofData * | compareTofDataEndcap (TofData *tofData1, TofData *tofData2) |
| void | findEtfData (std::vector< TofData * > tofDataVec1, std::vector< TofData * > tofDataVec2, std::vector< TofData * > tofDataVec3, double zrhit, unsigned int iflag) |
| TofData * | chooseEtfData1 (std::vector< TofData * > tofDataVec, double zrhit) |
| TofData * | chooseEtfData2 (std::vector< TofData * > tofDataVec, double zrhit) |
| void | tofDataStudy () |
| void | setCalibration () |
| void | convert2RecTofTrackCol (RecTofTrackCol *recTofTrackCol) |
| void | buildRecTofTrack (RecTofTrack *track, int layerorend) |
| void | setRecTofTrack (RecTofTrack *track, int layerorend) |
| void | convert2RecBTofCalHitColBarrel (int runNumber, int eventNumber, RecBTofCalHitCol *btofCalHitCol, std::string calibData) |
| void | convert2RecETofCalHitCol (int runNumber, int eventNumber, RecETofCalHitCol *etofCalHitCol, std::string calibData) |
| void | convert2RecBTofCalHitColETF (int runNumber, int eventNumber, RecBTofCalHitCol *btofCalHitCol, std::string calibData) |
| void | qualityAnalysis () |
Definition at line 32 of file TofTrack.h.
| TofTrack::TofTrack | ( | int | run, |
| int | event ) |
Definition at line 10 of file TofTrack.cxx.
Referenced by findTofDataBarrel(), and getMultiHit().
| TofTrack::~TofTrack | ( | ) |
Definition at line 119 of file TofTrack.cxx.
|
inline |
Definition at line 103 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 104 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 105 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 106 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 45 of file TofTrack.h.
Referenced by convert2RecTofTrackCol(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), match(), and setCalibration().
| void TofTrack::buildRecTofTrack | ( | RecTofTrack * | track, |
| int | layerorend ) |
Definition at line 2671 of file TofTrack.cxx.
Referenced by convert2RecTofTrackCol().
Definition at line 1643 of file TofTrack.cxx.
Referenced by findEtfData().
Definition at line 1695 of file TofTrack.cxx.
Referenced by findEtfData().
Definition at line 1320 of file TofTrack.cxx.
Referenced by findTofDataBarrel().
Definition at line 1498 of file TofTrack.cxx.
Referenced by findTofDataEndcap().
Definition at line 1391 of file TofTrack.cxx.
Referenced by findTofDataBarrel().
| void TofTrack::convert2RecBTofCalHitColBarrel | ( | int | runNumber, |
| int | eventNumber, | ||
| RecBTofCalHitCol * | btofCalHitCol, | ||
| std::string | calibData ) |
Definition at line 2828 of file TofTrack.cxx.
| void TofTrack::convert2RecBTofCalHitColETF | ( | int | runNumber, |
| int | eventNumber, | ||
| RecBTofCalHitCol * | btofCalHitCol, | ||
| std::string | calibData ) |
Definition at line 2956 of file TofTrack.cxx.
| void TofTrack::convert2RecETofCalHitCol | ( | int | runNumber, |
| int | eventNumber, | ||
| RecETofCalHitCol * | etofCalHitCol, | ||
| std::string | calibData ) |
Definition at line 2915 of file TofTrack.cxx.
| void TofTrack::convert2RecTofTrackCol | ( | RecTofTrackCol * | recTofTrackCol | ) |
Definition at line 2312 of file TofTrack.cxx.
|
inline |
Definition at line 43 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 44 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 62 of file TofTrack.h.
|
inline |
Definition at line 63 of file TofTrack.h.
|
inline |
Definition at line 53 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 54 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 121 of file TofTrack.h.
| void TofTrack::findEtfData | ( | std::vector< TofData * > | tofDataVec1, |
| std::vector< TofData * > | tofDataVec2, | ||
| std::vector< TofData * > | tofDataVec3, | ||
| double | zrhit, | ||
| unsigned int | iflag ) |
Definition at line 1561 of file TofTrack.cxx.
Referenced by match().
| void TofTrack::findTofDataBarrel | ( | std::vector< TofData * > | tofDataVec1, |
| std::vector< TofData * > | tofDataVec2, | ||
| double | zrhit, | ||
| unsigned int | iflag, | ||
| std::vector< TofTrack * > *& | tofTrackVec ) |
Definition at line 1138 of file TofTrack.cxx.
Referenced by match().
| void TofTrack::findTofDataEndcap | ( | std::vector< TofData * > | tofDataVec1, |
| std::vector< TofData * > | tofDataVec2, | ||
| double | zr1[5] ) |
Definition at line 1415 of file TofTrack.cxx.
Referenced by match().
|
inline |
| void TofTrack::getEtfData | ( | TofData * | tof, |
| unsigned int | iflag, | ||
| unsigned int | qual ) |
Definition at line 1971 of file TofTrack.cxx.
Referenced by findEtfData().
| void TofTrack::getMultiHit | ( | TofTrack *& | track | ) |
Definition at line 436 of file TofTrack.cxx.
Referenced by TofRec::execute().
| void TofTrack::getTofData | ( | TofData * | tof, |
| unsigned int | iflag ) |
Definition at line 1730 of file TofTrack.cxx.
Referenced by findTofDataBarrel(), and findTofDataEndcap().
| void TofTrack::getTofDataEast | ( | TofData * | tof, |
| unsigned int | iflag ) |
Definition at line 1803 of file TofTrack.cxx.
Referenced by findTofDataBarrel().
| void TofTrack::getTofDataNohit | ( | unsigned int | iflag | ) |
Definition at line 1925 of file TofTrack.cxx.
Referenced by findTofDataBarrel().
| void TofTrack::getTofDataWest | ( | TofData * | tof, |
| unsigned int | iflag ) |
Definition at line 1864 of file TofTrack.cxx.
Referenced by findTofDataBarrel().
|
inline |
Definition at line 46 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), getMultiHit(), TofCount::setTrack1(), TofCount::setTrack2(), TofCount::setTrack3(), and TofCount::setTrack4().
|
inline |
Definition at line 39 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and getMultiHit().
|
inline |
Definition at line 40 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and getMultiHit().
|
inline |
Definition at line 130 of file TofTrack.h.
|
inline |
Definition at line 41 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 42 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 59 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and setExtTrack().
| void TofTrack::match | ( | bool | forCalibration, |
| std::vector< int > | deadId, | ||
| std::vector< TofTrack * > *& | tofTrackVec ) |
Definition at line 914 of file TofTrack.cxx.
|
inline |
Definition at line 47 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and setExtTrack().
|
inline |
Definition at line 48 of file TofTrack.h.
|
inline |
Definition at line 49 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 50 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 89 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 87 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 83 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 84 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 88 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 85 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 86 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 72 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 73 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 99 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 100 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 101 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 102 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 76 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 74 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and getMultiHit().
|
inline |
Definition at line 75 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and getMultiHit().
| void TofTrack::qualityAnalysis | ( | ) |
| void TofTrack::setCalibration | ( | ) |
Definition at line 2042 of file TofTrack.cxx.
| void TofTrack::setExtTrack | ( | RecExtTrack * | extTrack, |
| double | costheta, | ||
| double | p[5], | ||
| int | kal[5], | ||
| double | t0, | ||
| int | t0Stat ) |
Definition at line 135 of file TofTrack.cxx.
Referenced by TofRec::execute().
|
inline |
Definition at line 134 of file TofTrack.h.
|
inline |
Definition at line 131 of file TofTrack.h.
|
inline |
|
inline |
| void TofTrack::setRecTofTrack | ( | RecTofTrack * | track, |
| int | layerorend ) |
Definition at line 2756 of file TofTrack.cxx.
Referenced by buildRecTofTrack().
| void TofTrack::setTofData | ( | TofDataMap | tofDataMap | ) |
Definition at line 518 of file TofTrack.cxx.
|
inline |
Definition at line 66 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 67 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 68 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 69 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 80 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), getMultiHit(), and setTofData().
|
inline |
Definition at line 81 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), getMultiHit(), and setTofData().
|
inline |
|
inline |
Definition at line 107 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 108 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 109 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 110 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 122 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 123 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 114 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 112 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 113 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 70 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 71 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 97 of file TofTrack.h.
Referenced by compareTofData(), compareTofDataEndcap(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), findTofDataBarrel(), getEtfData(), getTofData(), getTofDataEast(), getTofDataWest(), setTofData(), and tofDataAnalysis().
|
inline |
Definition at line 95 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and findEtfData().
|
inline |
Definition at line 91 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 92 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 96 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and findEtfData().
|
inline |
Definition at line 93 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 94 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 64 of file TofTrack.h.
Referenced by compareTofData(), compareTofDataEndcap(), findTofDataBarrel(), and findTofDataEndcap().
|
inline |
Definition at line 65 of file TofTrack.h.
Referenced by compareTofData(), compareTofDataEndcap(), findTofDataBarrel(), and findTofDataEndcap().
| void TofTrack::tofDataAnalysis | ( | TofData * | tof, |
| unsigned int | iflag ) |
Definition at line 846 of file TofTrack.cxx.
Referenced by setTofData().
| void TofTrack::tofDataStudy | ( | ) |
|
inline |
Definition at line 78 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and setExtTrack().
|
inline |
Definition at line 79 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and setExtTrack().
|
inline |
Definition at line 38 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 37 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 55 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 57 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 56 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 58 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 118 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 119 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 60 of file TofTrack.h.
Referenced by chooseTofDataEndcap(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and findTofDataEndcap().
|
inline |
Definition at line 61 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 51 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 52 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 116 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().
|
inline |
Definition at line 117 of file TofTrack.h.
Referenced by TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), TofCheckDigi::Fill_TofTrack(), and TofCheckDigi::Fill_TofTrack().