17#ifndef O2_FIT_DEADCHANNELMAP_H
18#define O2_FIT_DEADCHANNELMAP_H
21#include <unordered_map>
30 std::unordered_map<uint8_t, bool>
map;
TFitResultPtr fit(const size_t nBins, const T *arr, const T xMin, const T xMax, TF1 &func, std::string_view option="")
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)