#include <MdcDigi.h>
Definition at line 15 of file MdcDigi.h.
◆ MdcDigi() [1/2]
MdcDigi::MdcDigi |
( |
const Identifier & | id, |
|
|
const unsigned int | timeChannel, |
|
|
const unsigned int | chargeChannel ) |
Definition at line 3 of file MdcDigi.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)
◆ MdcDigi() [2/2]
MdcDigi::MdcDigi |
( |
const unsigned int | id | ) |
|
Definition at line 8 of file MdcDigi.cxx.
8 :
10 m_overflow(0) {
11}
◆ classID()
static const CLID & MdcDigi::classID |
( |
| ) |
|
|
inlinestatic |
Definition at line 29 of file MdcDigi.h.
const CLID & CLID_MdcDigi
Referenced by clID().
◆ clID()
virtual const CLID & MdcDigi::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 28 of file MdcDigi.h.
static const CLID & classID()
Referenced by main().
◆ getOverflow()
unsigned int MdcDigi::getOverflow |
( |
| ) |
const |
|
inline |
◆ operator+=()
Definition at line 14 of file MdcDigi.cxx.
15{
17 return *this;
18
21 }else{
23 }
24
25
26
27 return *this;
28}
void setTrackIndex(const int trackIndex)
unsigned int m_timeChannel
virtual Identifier identify() const
int getTrackIndex() const
unsigned int getTimeChannel() const
◆ setOverflow()
void MdcDigi::setOverflow |
( |
const unsigned int | overflow | ) |
|
|
inline |
The documentation for this class was generated from the following files: