52#ifdef __clang_analyzer__
55 module = module + (strip - 1);
58 module = (module & (~BKLM_MAXSTRIP_MASK)) | ((strip - 1) << BKLM_MAXSTRIP_BIT);
static constexpr int BKLM_MAXSTRIP_BIT
Bit position for maxStrip-1 [0..47].
static int getMaximalStrip(int module)
Get maximal strip number.
static void setMaximalStrip(int &module, int strip)
Set maximal strip number.
static constexpr int BKLM_MAXSTRIP_MASK
Bit mask for maxStrip-1 [0..47].
Abstract base class for different kinds of events.