Project
Loading...
Searching...
No Matches
o2::focal::PadBadChannelMap Class Reference

#include <PadBadChannelMap.h>

Classes

class  ChannelIndexException
 

Public Types

enum  MaskType_t { GOOD_CHANNEL = 0 , WARM_CHANNEL = 1 , BAD_CHANNEL = 2 , DEAD_CHANNEL = 3 }
 

Public Member Functions

 PadBadChannelMap ()
 
 ~PadBadChannelMap ()=default
 
void reset ()
 
void setChannelStatus (std::size_t layer, std::size_t channel, MaskType_t channeltype)
 
void setGoodChannel (std::size_t layer, std::size_t channel)
 
void setBadChannel (std::size_t layer, std::size_t channel)
 
void setDeadChannel (std::size_t layer, std::size_t channel)
 
void setWarmChannel (std::size_t layer, std::size_t channel)
 
MaskType_t getChannelStatus (std::size_t layer, std::size_t channel) const
 
bool isGoodChannel (std::size_t layer, std::size_t channel) const
 
bool isBadChannel (std::size_t layer, std::size_t channel) const
 
bool isDeadChannel (std::size_t layer, std::size_t channel) const
 
bool isWarmChannel (std::size_t layer, std::size_t channel) const
 

Detailed Description

Definition at line 25 of file PadBadChannelMap.h.

Member Enumeration Documentation

◆ MaskType_t

Enumerator
GOOD_CHANNEL 
WARM_CHANNEL 
BAD_CHANNEL 
DEAD_CHANNEL 

Definition at line 28 of file PadBadChannelMap.h.

Constructor & Destructor Documentation

◆ PadBadChannelMap()

PadBadChannelMap::PadBadChannelMap ( )

Definition at line 16 of file PadBadChannelMap.cxx.

◆ ~PadBadChannelMap()

o2::focal::PadBadChannelMap::~PadBadChannelMap ( )
default

Member Function Documentation

◆ getChannelStatus()

PadBadChannelMap::MaskType_t PadBadChannelMap::getChannelStatus ( std::size_t  layer,
std::size_t  channel 
) const

Definition at line 39 of file PadBadChannelMap.cxx.

◆ isBadChannel()

bool o2::focal::PadBadChannelMap::isBadChannel ( std::size_t  layer,
std::size_t  channel 
) const
inline

Definition at line 68 of file PadBadChannelMap.h.

◆ isDeadChannel()

bool o2::focal::PadBadChannelMap::isDeadChannel ( std::size_t  layer,
std::size_t  channel 
) const
inline

Definition at line 69 of file PadBadChannelMap.h.

◆ isGoodChannel()

bool o2::focal::PadBadChannelMap::isGoodChannel ( std::size_t  layer,
std::size_t  channel 
) const
inline

Definition at line 67 of file PadBadChannelMap.h.

◆ isWarmChannel()

bool o2::focal::PadBadChannelMap::isWarmChannel ( std::size_t  layer,
std::size_t  channel 
) const
inline

Definition at line 70 of file PadBadChannelMap.h.

◆ reset()

void PadBadChannelMap::reset ( )

Definition at line 29 of file PadBadChannelMap.cxx.

◆ setBadChannel()

void o2::focal::PadBadChannelMap::setBadChannel ( std::size_t  layer,
std::size_t  channel 
)
inline

Definition at line 62 of file PadBadChannelMap.h.

◆ setChannelStatus()

void PadBadChannelMap::setChannelStatus ( std::size_t  layer,
std::size_t  channel,
MaskType_t  channeltype 
)

Definition at line 34 of file PadBadChannelMap.cxx.

◆ setDeadChannel()

void o2::focal::PadBadChannelMap::setDeadChannel ( std::size_t  layer,
std::size_t  channel 
)
inline

Definition at line 63 of file PadBadChannelMap.h.

◆ setGoodChannel()

void o2::focal::PadBadChannelMap::setGoodChannel ( std::size_t  layer,
std::size_t  channel 
)
inline

Definition at line 61 of file PadBadChannelMap.h.

◆ setWarmChannel()

void o2::focal::PadBadChannelMap::setWarmChannel ( std::size_t  layer,
std::size_t  channel 
)
inline

Definition at line 64 of file PadBadChannelMap.h.


The documentation for this class was generated from the following files: