#include <DeadChannelMap.h>
|
std::unordered_map< uint8_t, bool > | map |
| Dead channel map as 'channel id - state' pairs. true = alive, false = dead.
|
|
Definition at line 28 of file DeadChannelMap.h.
◆ ClassDefNV()
◆ clear()
void o2::fit::DeadChannelMap::clear |
( |
| ) |
|
|
inline |
◆ isChannelAlive()
const bool o2::fit::DeadChannelMap::isChannelAlive |
( |
const uint8_t & |
chId | ) |
const |
|
inline |
◆ setChannelAlive()
void o2::fit::DeadChannelMap::setChannelAlive |
( |
const uint8_t & |
chId, |
|
|
const bool |
isAlive |
|
) |
| |
|
inline |
◆ map
std::unordered_map<uint8_t, bool> o2::fit::DeadChannelMap::map |
Dead channel map as 'channel id - state' pairs. true = alive, false = dead.
Definition at line 30 of file DeadChannelMap.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/FIT/common/include/DataFormatsFIT/DeadChannelMap.h