17#ifndef O2_FIT_DEADCHANNELMAP_H
18#define O2_FIT_DEADCHANNELMAP_H
21#include <unordered_map>
30 std::unordered_map<uint8_t, bool>
map;
const track::TrackFitContext< NLayers > & fit
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
std::unordered_map< uint8_t, bool > map
Dead channel map as 'channel id - state' pairs. true = alive, false = dead.
const bool isChannelAlive(const uint8_t &chId) const
ClassDefNV(DeadChannelMap, 1)
void setChannelAlive(const uint8_t &chId, const bool isAlive)