BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <TofDataSet.h>
Public Member Functions | |
TofDataSet () | |
~TofDataSet () | |
RecordSet * | getBarrelData (unsigned int i) const |
RecordSet * | getEndcapData (unsigned int i) const |
void | setData (TTree *, bool) |
void | setBarrelDataFiles (std::vector< std::string > &) |
void | setEndcapDataFiles (std::vector< std::string > &) |
void | setBarrelData (RecBTofCalHitCol &) |
void | setEndcapData (RecETofCalHitCol &) |
Definition at line 92 of file TofDataSet.h.
TofDataSet::TofDataSet | ( | ) |
Definition at line 149 of file TofDataSet.cxx.
TofDataSet::~TofDataSet | ( | ) |
Definition at line 160 of file TofDataSet.cxx.
|
inline |
Definition at line 98 of file TofDataSet.h.
Referenced by TofCalibManager::doCalibration(), and TofCalibManager::fillRoot().
|
inline |
Definition at line 99 of file TofDataSet.h.
Referenced by TofCalibManager::doCalibration(), and TofCalibManager::fillRoot().
void TofDataSet::setBarrelData | ( | RecBTofCalHitCol & | bhitcol | ) |
Definition at line 219 of file TofDataSet.cxx.
Referenced by tofcalgsec::execute().
void TofDataSet::setBarrelDataFiles | ( | std::vector< std::string > & | barrelFiles | ) |
Definition at line 173 of file TofDataSet.cxx.
Referenced by tofcalgsec::finalize().
void TofDataSet::setData | ( | TTree * | t, |
bool | isBarrel | ||
) |
Definition at line 99 of file TofDataSet.cxx.
Referenced by setBarrelDataFiles(), and setEndcapDataFiles().
void TofDataSet::setEndcapData | ( | RecETofCalHitCol & | ehitcol | ) |
Definition at line 237 of file TofDataSet.cxx.
Referenced by tofcalgsec::execute().
void TofDataSet::setEndcapDataFiles | ( | std::vector< std::string > & | endcapFiles | ) |
Definition at line 196 of file TofDataSet.cxx.
Referenced by tofcalgsec::finalize().