|
BOSS 7.1.1
BESIII Offline Software System
|
#include <TofData.h>
Inheritance diagram for Adc:Public Member Functions | |
| Adc () | |
| void | setCorr () |
| void | setElec () |
| void | setValue (Identifier identify, int value) |
| double | qtc () const |
Public Member Functions inherited from TofValue | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from TofValue | |
| int | m_clock |
| int | m_channel |
| double | m_value |
| Adc::Adc | ( | ) |
Definition at line 69 of file TofData.cxx.
|
inline |
Definition at line 52 of file TofData.h.
Referenced by PmtData::adc(), and PmtData::qtc().
|
inline |
Definition at line 47 of file TofData.h.
Referenced by TofRawDataProvider::tofDataMapFull().
|
inline |
Definition at line 48 of file TofData.h.
Referenced by TofRawDataProvider::tofDataMapFull().
| void Adc::setValue | ( | Identifier | identify, |
| int | value ) |
Definition at line 77 of file TofData.cxx.
Referenced by TofRawDataProvider::tofDataMapFull().