9#include <arich/dataobjects/ARICHDigit.h>
17 const auto* bgDigit =
static_cast<const ARICHDigit*
>(bg);
20 while (bg_bitmap >> i) {
ARICHDigit class for storing photon hit information.
DigitBase::EAppendStatus addBGDigit(const DigitBase *bg) override
Implementation of the base class function.
uint8_t getBitmap() const
Get global time of hit.
A common base for subdetector Digits.
EAppendStatus
Enum for return state of addBGDigit function.
@ c_DontAppend
do not append BG digit to digits
Abstract base class for different kinds of events.