BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <TofData.h>
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) |
virtual void | setValue (int value)=0 |
void | setUsed (bool used) |
Protected Attributes | |
int | m_clock |
int | m_channel |
double | m_value |
TofValue::TofValue | ( | ) |
Definition at line 11 of file TofData.cxx.
|
virtual |
Definition at line 22 of file TofData.cxx.
|
inline |
Definition at line 17 of file TofData.h.
Referenced by PmtData::adcChannel(), and PmtData::tdcChannel().
|
inline |
Definition at line 20 of file TofData.h.
Referenced by PmtData::qclock(), Adc::setValue_mrpc(), and PmtData::tclock().
|
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 42 of file TofData.cxx.
Referenced by PmtData::clear(), PmtData::qtimesmm(), and PmtData::ttimesmm().
void TofValue::timespp | ( | ) |
Definition at line 36 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(), Adc::setValue_mrpc(), and PmtData::tdc().
|
protected |
Definition at line 32 of file TofData.h.
Referenced by Adc::calculate(), channel(), operator=(), Adc::setValue(), Tdc::setValue(), Adc::setValue_mrpc(), and TofValue().
|
protected |
Definition at line 31 of file TofData.h.
Referenced by clock(), operator=(), Adc::setValue(), Tdc::setValue(), Adc::setValue_mrpc(), and TofValue().
|
protected |
Definition at line 33 of file TofData.h.
Referenced by Adc::calculate(), operator=(), Adc::setValue(), Tdc::setValue(), TofValue(), and value().