A class that stores the bad channels of a single FEB.
More...
#include <LArBadChanFebState.h>
A class that stores the bad channels of a single FEB.
Definition at line 17 of file LArBadChanFebState.h.
◆ LArBadChanFebState()
LArBadChanFebState::LArBadChanFebState |
( |
| ) |
|
|
inline |
◆ addChannel()
void LArBadChanFebState::addChannel |
( |
unsigned int |
chan, |
|
|
LArBadChannel |
chanState |
|
) |
| |
|
inline |
◆ bad()
bool LArBadChanFebState::bad |
( |
| ) |
const |
|
inline |
◆ empty()
bool LArBadChanFebState::empty |
( |
| ) |
const |
|
inline |
◆ febStatus()
LArBadFeb LArBadChanFebState::febStatus |
( |
| ) |
const |
|
inline |
◆ resetBad()
void LArBadChanFebState::resetBad |
( |
| ) |
|
|
inline |
◆ resetChannels()
void LArBadChanFebState::resetChannels |
( |
| ) |
|
|
inline |
◆ setBadState()
◆ setFebStatus()
void LArBadChanFebState::setFebStatus |
( |
LArBadFeb |
s | ) |
|
|
inline |
◆ status()
LArBadChannel LArBadChanFebState::status |
( |
unsigned int |
chan | ) |
const |
|
inline |
Returns an OR of the channel status and the missing FEB status.
Definition at line 46 of file LArBadChanFebState.h.
51 if (
bad())
return badState;
52 else return goodState;
◆ m_status
◆ m_vec
The documentation for this class was generated from the following file: