9 #include <arich/dataobjects/ARICHDigit.h>
17 const auto* bgDigit =
static_cast<const ARICHDigit*
>(bg);
20 while (bg_bitmap >> i) {
21 if (m_bitmap == 0xF)
break;
22 m_bitmap = (m_bitmap << 1) + 1;
26 return DigitBase::c_DontAppend;
ARICHDigit class for storing photon hit information.
uint8_t getBitmap() const
Get global time of hit.
A common base for subdetector Digits.
EAppendStatus
Enum for return state of addBGDigit function.
Abstract base class for different kinds of events.