BKLM hit status.
More...
#include <BKLMStatus.h>
BKLM hit status.
Definition at line 20 of file BKLMStatus.h.
◆ BKLMStatus()
◆ ~BKLMStatus()
◆ getMaximalStrip()
static int getMaximalStrip |
( |
int |
module | ) |
|
|
inlinestatic |
Get maximal strip number.
Definition at line 41 of file BKLMStatus.h.
42 {
44 }
static constexpr int BKLM_MAXSTRIP_BIT
Bit position for maxStrip-1 [0..47].
static constexpr int BKLM_MAXSTRIP_MASK
Bit mask for maxStrip-1 [0..47].
◆ setMaximalStrip()
static void setMaximalStrip |
( |
int & |
module, |
|
|
int |
strip |
|
) |
| |
|
inlinestatic |
Set maximal strip number.
Definition at line 49 of file BKLMStatus.h.
50 {
51
52#ifdef __clang_analyzer__
53
54
55 module = module + (strip - 1);
56#else
57
59#endif
60 }
◆ BKLM_MAXSTRIP_BIT
constexpr int BKLM_MAXSTRIP_BIT = 15 |
|
staticconstexprprotected |
Bit position for maxStrip-1 [0..47].
Definition at line 65 of file BKLMStatus.h.
◆ BKLM_MAXSTRIP_MASK
Bit mask for maxStrip-1 [0..47].
Definition at line 68 of file BKLMStatus.h.
The documentation for this class was generated from the following file: