#include <TofDigi.h>
Definition at line 16 of file TofDigi.h.
◆ TofDigi() [1/2]
TofDigi::TofDigi |
( |
const Identifier & | id, |
|
|
const unsigned int | timeChannel, |
|
|
const unsigned int | chargeChannel ) |
Definition at line 3 of file TofDigi.cxx.
3 :
4 RawData(
id, timeChannel, chargeChannel),
5 m_overflow(0) {
6}
RawData(const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0)
◆ TofDigi() [2/2]
TofDigi::TofDigi |
( |
const unsigned int | id | ) |
|
Definition at line 8 of file TofDigi.cxx.
8 :
10 m_overflow(0) {
11}
◆ classID()
static const CLID & TofDigi::classID |
( |
| ) |
|
|
inlinestatic |
Definition at line 35 of file TofDigi.h.
const CLID & CLID_TofDigi
Referenced by clID().
◆ clID()
virtual const CLID & TofDigi::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 34 of file TofDigi.h.
static const CLID & classID()
◆ getOverflow()
unsigned int TofDigi::getOverflow |
( |
| ) |
|
|
inline |
◆ setOverflow()
void TofDigi::setOverflow |
( |
const unsigned int | overflow | ) |
|
|
inline |
The documentation for this class was generated from the following files: