BOSS 7.0.2
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) |
void | setUsed (bool used) |
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 |
Definition at line 9 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
TofValue::TofValue | ( | ) |
Definition at line 12 of file TofData.cxx.
|
virtual |
Definition at line 23 of file TofData.cxx.
TofValue::TofValue | ( | ) |
|
virtual |
|
inline |
Definition at line 17 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by PmtData::adc(), PmtData::adcChannel(), and PmtData::tdcChannel().
|
inline |
Definition at line 17 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
|
inline |
Definition at line 20 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by PmtData::qclock(), and PmtData::tclock().
|
inline |
Definition at line 20 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
|
inline |
Definition at line 19 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by PmtData::qnumber(), setNumber(), and PmtData::tnumber().
|
inline |
Definition at line 19 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
|
inline |
Definition at line 26 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by TofRawDataProvider::tofDataMapFull().
|
inline |
Definition at line 26 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
|
inline |
Definition at line 28 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by PmtData::setUsed().
|
inline |
Definition at line 28 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
|
inline |
Definition at line 18 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by PmtData::clear(), PmtData::qtimes(), PmtData::setAdc(), PmtData::setTdc(), and PmtData::ttimes().
|
inline |
Definition at line 18 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
void TofValue::timesmm | ( | ) |
Definition at line 43 of file TofData.cxx.
Referenced by PmtData::clear(), PmtData::qtimesmm(), and PmtData::ttimesmm().
void TofValue::timesmm | ( | ) |
void TofValue::timespp | ( | ) |
Definition at line 37 of file TofData.cxx.
Referenced by PmtData::qtimespp(), PmtData::setAdc(), PmtData::setTdc(), and PmtData::ttimespp().
void TofValue::timespp | ( | ) |
|
inline |
Definition at line 22 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by PmtData::qused(), setUsed(), PmtData::tused(), and PmtData::used().
|
inline |
Definition at line 22 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
|
inline |
Definition at line 21 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by PmtData::adc(), Adc::setValue(), Tdc::setValue(), and PmtData::tdc().
|
inline |
Definition at line 21 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/TofData.h.
|
protected |
Definition at line 32 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by channel(), operator=(), Adc::setValue(), Tdc::setValue(), and TofValue().
|
protected |
Definition at line 31 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by clock(), operator=(), Adc::setValue(), Tdc::setValue(), and TofValue().
|
protected |
Definition at line 33 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/TofData.h.
Referenced by operator=(), Adc::setValue(), Tdc::setValue(), TofValue(), and value().