|
BOSS 7.1.3
BESIII Offline Software System
|
#include <TofData.h>
Public Member Functions | |
| PmtData () | |
| ~PmtData () | |
| PmtData & | operator= (const PmtData &source) |
| unsigned int | iden () const |
| unsigned int | times () const |
| int | adcChannel () |
| double | qtc () |
| double | adc () |
| int | qclock () |
| int | tdcChannel () |
| double | tdc () |
| int | tclock () |
| unsigned int | quality () const |
| void | timespp () |
| void | timesmm () |
| int | qtimes () |
| void | qtimespp () |
| void | qtimesmm () |
| int | ttimes () |
| void | ttimespp () |
| void | ttimesmm () |
| int | qnumber () |
| int | tnumber () |
| bool | qused () |
| bool | tused () |
| bool | used () |
| void | setIdentify (unsigned int iden) |
| void | setAdc (Adc *adc) |
| void | setTdc (Tdc *tdc) |
| void | setUsed () |
| void | clear () |
| PmtData::PmtData | ( | ) |
Definition at line 246 of file TofData.cxx.
Referenced by operator=().
| PmtData::~PmtData | ( | ) |
Definition at line 255 of file TofData.cxx.
| double PmtData::adc | ( | ) |
Definition at line 293 of file TofData.cxx.
Referenced by setAdc(), and TofRawDataProvider::tofDataMapFull().
| int PmtData::adcChannel | ( | ) |
Definition at line 270 of file TofData.cxx.
| void PmtData::clear | ( | ) |
Definition at line 499 of file TofData.cxx.
Referenced by ~PmtData().
|
inline |
Definition at line 260 of file TofData.cxx.
| int PmtData::qclock | ( | ) |
Definition at line 322 of file TofData.cxx.
| int PmtData::qnumber | ( | ) |
Definition at line 420 of file TofData.cxx.
| double PmtData::qtc | ( | ) |
Definition at line 279 of file TofData.cxx.
| int PmtData::qtimes | ( | ) |
Definition at line 402 of file TofData.cxx.
| void PmtData::qtimesmm | ( | ) |
Definition at line 378 of file TofData.cxx.
Referenced by TofRawDataProvider::tofDataMapFull().
| void PmtData::qtimespp | ( | ) |
Definition at line 370 of file TofData.cxx.
|
inline |
Definition at line 84 of file TofData.h.
Referenced by TofRawDataProvider::tofDataMapFull().
| bool PmtData::qused | ( | ) |
Definition at line 438 of file TofData.cxx.
| void PmtData::setAdc | ( | Adc * | adc | ) |
Definition at line 468 of file TofData.cxx.
Referenced by TofRawDataProvider::tofDataMapFull().
|
inline |
Definition at line 102 of file TofData.h.
Referenced by TofRawDataProvider::tofDataMapFull().
| void PmtData::setTdc | ( | Tdc * | tdc | ) |
Definition at line 478 of file TofData.cxx.
Referenced by TofRawDataProvider::tofDataMapFull(), and TofRawDataProvider::tofDataMapOnlineMode().
| void PmtData::setUsed | ( | ) |
Definition at line 488 of file TofData.cxx.
| int PmtData::tclock | ( | ) |
Definition at line 349 of file TofData.cxx.
| double PmtData::tdc | ( | ) |
Definition at line 340 of file TofData.cxx.
Referenced by setTdc(), and TofRawDataProvider::tofDataMapOnlineMode().
| int PmtData::tdcChannel | ( | ) |
Definition at line 331 of file TofData.cxx.
|
inline |
| void PmtData::timesmm | ( | ) |
Definition at line 364 of file TofData.cxx.
| void PmtData::timespp | ( | ) |
Definition at line 358 of file TofData.cxx.
| int PmtData::tnumber | ( | ) |
Definition at line 429 of file TofData.cxx.
| int PmtData::ttimes | ( | ) |
Definition at line 411 of file TofData.cxx.
| void PmtData::ttimesmm | ( | ) |
Definition at line 394 of file TofData.cxx.
| void PmtData::ttimespp | ( | ) |
Definition at line 386 of file TofData.cxx.
| bool PmtData::tused | ( | ) |
Definition at line 447 of file TofData.cxx.
| bool PmtData::used | ( | ) |