![]() |
Project
|
Column data structure for MID. More...
#include <ChEffCounter.h>
Public Member Functions | |
uint32_t | getCounts (EffCountType type) const |
Returns the efficiency counter. | |
Public Attributes | |
uint8_t | deId = 0 |
Index of the detection element. | |
uint8_t | columnId = 0 |
Column in DE. | |
uint8_t | lineId = 0 |
Line in column. | |
std::array< uint32_t, 4 > | counts |
Counts. | |
Column data structure for MID.
Definition at line 36 of file ChEffCounter.h.
|
inline |
Returns the efficiency counter.
type | Efficiency counter type |
Definition at line 45 of file ChEffCounter.h.
uint8_t o2::mid::ChEffCounter::columnId = 0 |
Column in DE.
Definition at line 38 of file ChEffCounter.h.
std::array<uint32_t, 4> o2::mid::ChEffCounter::counts |
Counts.
Definition at line 40 of file ChEffCounter.h.
uint8_t o2::mid::ChEffCounter::deId = 0 |
Index of the detection element.
Definition at line 37 of file ChEffCounter.h.
uint8_t o2::mid::ChEffCounter::lineId = 0 |
Line in column.
Definition at line 39 of file ChEffCounter.h.