Project
Loading...
Searching...
No Matches
o2::fit::DeadChannelMap Struct Reference

#include <DeadChannelMap.h>

Public Member Functions

void setChannelAlive (const uint8_t &chId, const bool isAlive)
 
const bool isChannelAlive (const uint8_t &chId) const
 
void clear ()
 
 ClassDefNV (DeadChannelMap, 1)
 

Public Attributes

std::unordered_map< uint8_t, bool > map
 Dead channel map as 'channel id - state' pairs. true = alive, false = dead.
 

Detailed Description

Definition at line 28 of file DeadChannelMap.h.

Member Function Documentation

◆ ClassDefNV()

o2::fit::DeadChannelMap::ClassDefNV ( DeadChannelMap  ,
 
)

◆ clear()

void o2::fit::DeadChannelMap::clear ( )
inline

Definition at line 42 of file DeadChannelMap.h.

◆ isChannelAlive()

const bool o2::fit::DeadChannelMap::isChannelAlive ( const uint8_t &  chId) const
inline

Definition at line 37 of file DeadChannelMap.h.

◆ setChannelAlive()

void o2::fit::DeadChannelMap::setChannelAlive ( const uint8_t &  chId,
const bool  isAlive 
)
inline

Definition at line 32 of file DeadChannelMap.h.

Member Data Documentation

◆ 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: