|
BOSS 7.1.3
BESIII Offline Software System
|
#include <TofShower.h>
Public Member Functions | |
| TofShower () | |
| ~TofShower () | |
| vector< Identifier > | getNeighbors (const Identifier &id) |
| vector< Identifier > | getNextNeighbors (const Identifier &id) |
| void | energyCalib (vector< TofData * > &tofDataVec, RecTofTrackCol *recTofTrackCol) |
| void | findSeed (vector< TofData * > &tofDataVec) |
| void | findShower (vector< TofData * > &tofDataVec, RecTofTrackCol *recTofTrackCol, double) |
| void | BookNtuple (NTuple::Tuple *&tuple, NTuple::Tuple *&tuple1, NTuple::Tuple *&tuple2) |
| void | readCalibPar () |
| double | ecalib (const int nsci) const |
| void | setEcalib (const int nsci, const double ecalib) |
| double | calib (const int n, const int m) const |
| void | setCalib (const int n, const int m, const double ecalib) |
| double | calibConst () const |
| void | setCalibConst (const double cal) |
| bool | isData () const |
| void | setIsData (const bool isData) |
Definition at line 14 of file TofShower.h.
| TofShower::TofShower | ( | ) |
Definition at line 31 of file TofShower.cxx.
|
inline |
Definition at line 17 of file TofShower.h.
| void TofShower::BookNtuple | ( | NTuple::Tuple *& | tuple, |
| NTuple::Tuple *& | tuple1, | ||
| NTuple::Tuple *& | tuple2 ) |
Definition at line 39 of file TofShower.cxx.
| double TofShower::calib | ( | const int | n, |
| const int | m ) const |
Definition at line 829 of file TofShower.cxx.
|
inline |
Definition at line 38 of file TofShower.h.
| double TofShower::ecalib | ( | const int | nsci | ) | const |
Definition at line 813 of file TofShower.cxx.
Referenced by setCalib(), and setEcalib().
| void TofShower::energyCalib | ( | vector< TofData * > & | tofDataVec, |
| RecTofTrackCol * | recTofTrackCol ) |
Definition at line 77 of file TofShower.cxx.
Referenced by findShower().
| void TofShower::findSeed | ( | vector< TofData * > & | tofDataVec | ) |
Definition at line 434 of file TofShower.cxx.
Referenced by findShower().
| void TofShower::findShower | ( | vector< TofData * > & | tofDataVec, |
| RecTofTrackCol * | recTofTrackCol, | ||
| double | t0 ) |
Definition at line 540 of file TofShower.cxx.
| vector< Identifier > TofShower::getNeighbors | ( | const Identifier & | id | ) |
Definition at line 264 of file TofShower.cxx.
Referenced by getNextNeighbors().
| vector< Identifier > TofShower::getNextNeighbors | ( | const Identifier & | id | ) |
Definition at line 375 of file TofShower.cxx.
Referenced by findSeed(), and findShower().
|
inline |
| void TofShower::readCalibPar | ( | ) |
Definition at line 790 of file TofShower.cxx.
| void TofShower::setCalib | ( | const int | n, |
| const int | m, | ||
| const double | ecalib ) |
Definition at line 838 of file TofShower.cxx.
|
inline |
Definition at line 39 of file TofShower.h.
Referenced by TofEnergyRec::initialize().
| void TofShower::setEcalib | ( | const int | nsci, |
| const double | ecalib ) |
Definition at line 822 of file TofShower.cxx.
|
inline |
Definition at line 42 of file TofShower.h.