 |
Belle II Software
release-05-01-25
|
15 #include <framework/dataobjects/DigitBase.h>
29 class ARICHDigit :
public DigitBase {
48 ARICHDigit(
int moduleID,
int channelID, uint8_t bitmap)
EAppendStatus
Enum for return state of addBGDigit function.
int m_channelID
ID number of hit channel.
ARICHDigit class for storing photon hit information.
ClassDefOverride(ARICHDigit, 3)
the class title
int getModuleID() const
Get ID number of module that registered hit.
int getChannelID() const
Get ID number of hit channel.
uint8_t getBitmap() const
Get global time of hit.
unsigned int getUniqueChannelID() const override
Implementation of the base class function.
Abstract base class for different kinds of events.
int m_moduleID
ID number of module that registered hit.
DigitBase::EAppendStatus addBGDigit(const DigitBase *bg) override
Implementation of the base class function.
ARICHDigit()
Default constructor for ROOT IO.
A common base for subdetector Digits.