BOSS 7.0.8
BESIII Offline Software System
|
#include <TofDigi.h>
Public Member Functions | |
TofDigi (const Identifier &id, const unsigned int timeChannel, const unsigned int chargeChannel) | |
TofDigi (const unsigned int id) | |
void | setOverflow (const unsigned int overflow) |
unsigned int | getOverflow () |
virtual const CLID & | clID () const |
Public Member Functions inherited from RawData | |
RawData (const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0) | |
RawData (const unsigned int id) | |
void | setTimeChannel (const unsigned int timeChannel) |
void | setChargeChannel (const unsigned int chargeChannel) |
void | setTrackIndex (const int trackIndex) |
virtual Identifier | identify () const |
unsigned int | getIntId () const |
unsigned int | getTimeChannel () const |
unsigned int | getChargeChannel () const |
int | getTrackIndex () const |
RawData & | operator+= (const RawData &) |
virtual StreamBuffer & | serialize (StreamBuffer &s) const |
Serialize the object for writing. | |
virtual StreamBuffer & | serialize (StreamBuffer &s) |
virtual std::ostream & | fillStream (std::ostream &s) const |
Fill the ASCII output stream. | |
Static Public Member Functions | |
static const CLID & | classID () |
Additional Inherited Members | |
Protected Member Functions inherited from RawData | |
RawData (const RawData &) | |
RawData & | operator= (const RawData &) |
Protected Attributes inherited from RawData | |
const Identifier | m_id |
unsigned int | m_timeChannel |
unsigned int | m_chargeChannel |
const unsigned int | m_intId |
int | m_trackIndex |
TofDigi::TofDigi | ( | const Identifier & | id, |
const unsigned int | timeChannel, | ||
const unsigned int | chargeChannel | ||
) |
Definition at line 3 of file TofDigi.cxx.
TofDigi::TofDigi | ( | const unsigned int | id | ) |
Definition at line 8 of file TofDigi.cxx.
|
inlinestatic |
|
inline |
Definition at line 26 of file TofDigi.h.
Referenced by TofConverter::convert().
|
inline |
Definition at line 23 of file TofDigi.h.
Referenced by TofConverter::convert(), RootRawEvtReader::readTof(), BesRawDataWriter::SaveTofDigits(), and TofDigiCnv::TObjectToDataObject().