|
BOSS 7.1.1
BESIII Offline Software System
|
#include <TofData.h>
Inheritance diagram for TofValue:Public Member Functions | |
| TofValue () | |
| virtual | ~TofValue () |
| TofValue & | operator= (const TofValue &source) |
| int | channel () const |
| int | times () const |
| int | number () const |
| int | clock () const |
| double | value () const |
| bool | used () const |
| void | timespp () |
| void | timesmm () |
| void | setNumber (int number) |
| void | setUsed (bool used) |
Protected Attributes | |
| int | m_clock |
| int | m_channel |
| double | m_value |
| TofValue::TofValue | ( | ) |
Definition at line 12 of file TofData.cxx.
|
virtual |
Definition at line 23 of file TofData.cxx.
|
inline |
Definition at line 17 of file TofData.h.
Referenced by PmtData::adc(), PmtData::adcChannel(), and PmtData::tdcChannel().
|
inline |
|
inline |
Definition at line 19 of file TofData.h.
Referenced by PmtData::qnumber(), setNumber(), and PmtData::tnumber().
|
inline |
Definition at line 26 of file TofData.h.
Referenced by TofRawDataProvider::tofDataMapFull().
|
inline |
|
inline |
Definition at line 18 of file TofData.h.
Referenced by PmtData::clear(), PmtData::qtimes(), PmtData::setAdc(), PmtData::setTdc(), and PmtData::ttimes().
| void TofValue::timesmm | ( | ) |
Definition at line 43 of file TofData.cxx.
Referenced by PmtData::clear(), PmtData::qtimesmm(), and PmtData::ttimesmm().
| void TofValue::timespp | ( | ) |
Definition at line 37 of file TofData.cxx.
Referenced by PmtData::qtimespp(), PmtData::setAdc(), PmtData::setTdc(), and PmtData::ttimespp().
|
inline |
Definition at line 22 of file TofData.h.
Referenced by PmtData::qused(), setUsed(), PmtData::tused(), and PmtData::used().
|
inline |
Definition at line 21 of file TofData.h.
Referenced by PmtData::adc(), Adc::setValue(), Tdc::setValue(), and PmtData::tdc().
|
protected |
Definition at line 32 of file TofData.h.
Referenced by channel(), operator=(), Adc::setValue(), Tdc::setValue(), and TofValue().
|
protected |
Definition at line 31 of file TofData.h.
Referenced by clock(), operator=(), Adc::setValue(), Tdc::setValue(), and TofValue().
|
protected |
Definition at line 33 of file TofData.h.
Referenced by operator=(), Adc::setValue(), Tdc::setValue(), TofValue(), and value().