BOSS 6.6.4.p01
BESIII Offline Software System
|
#include <TofData.h>
Public Member Functions | |
void | setValue (int value) |
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) |
virtual void | setValue (int value)=0 |
void | setUsed (bool used) |
Additional Inherited Members | |
Protected Attributes inherited from TofValue | |
int | m_clock |
int | m_channel |
double | m_value |
|
virtual |
Implements TofValue.
Definition at line 48 of file TofData.cxx.
Referenced by TofRawDataProvider::tofDataMapFull(), and TofRawDataProvider::tofDataMapOnlineMode().