BOSS 6.6.4.p01
BESIII Offline Software System
|
#include <TofData.h>
Public Member Functions | |
Adc () | |
void | setCorr () |
void | setElec () |
void | setValue (int value) |
void | setValue_mrpc (int value, int clock) |
void | calculate (bool barrel, int tofid, bool east, int identify) |
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) |
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 |
Adc::Adc | ( | ) |
Definition at line 68 of file TofData.cxx.
Definition at line 122 of file TofData.cxx.
Referenced by PmtData::calculate().
|
inline |
|
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().
|
virtual |
Implements TofValue.
Definition at line 85 of file TofData.cxx.
Referenced by TofRawDataProvider::tofDataMapFull().
void Adc::setValue_mrpc | ( | int | value, |
int | clock | ||
) |
Definition at line 77 of file TofData.cxx.
Referenced by TofRawDataProvider::tofDataMapFull().