#include <LumiDigi.h>
Definition at line 10 of file LumiDigi.h.
◆ LumiDigi() [1/3]
LumiDigi::LumiDigi |
( |
const Identifier & |
id, |
|
|
const unsigned int |
timeChannel, |
|
|
const unsigned int |
chargeChannel |
|
) |
| |
Definition at line 6 of file LumiDigi.cxx.
6 :
7 RawData(
id, timeChannel, chargeChannel),
8 m_overflow(0)
9{
10}
◆ LumiDigi() [2/3]
LumiDigi::LumiDigi |
( |
const unsigned int |
id | ) |
|
Definition at line 12 of file LumiDigi.cxx.
12 :
14 m_overflow(0)
15{
16}
◆ LumiDigi() [3/3]
LumiDigi::LumiDigi |
( |
TofDigi * |
tofDigi | ) |
|
Definition at line 18 of file LumiDigi.cxx.
18 :
21{
22}
virtual Identifier identify() const
unsigned int getChargeChannel() const
unsigned int getTimeChannel() const
unsigned int getOverflow()
◆ classID()
static const CLID & LumiDigi::classID |
( |
| ) |
|
|
inlinestatic |
Definition at line 28 of file LumiDigi.h.
const CLID & CLID_LumiDigi
Referenced by clID().
◆ clID()
virtual const CLID & LumiDigi::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 27 of file LumiDigi.h.
static const CLID & classID()
◆ getOverflow()
unsigned int LumiDigi::getOverflow |
( |
| ) |
|
|
inline |
Definition at line 22 of file LumiDigi.h.
22 {
23 return m_overflow;
24 }
◆ setOverflow()
void LumiDigi::setOverflow |
( |
const unsigned int |
overflow | ) |
|
|
inline |
The documentation for this class was generated from the following files: