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