![]() |
ATLAS Offline Software
|
#include <LArBadChannelMask.h>
Public Member Functions | |
| LArBadChannelMask (bool isSC=false) | |
| StatusCode | buildBitMask (const std::vector< std::string > &problemsToMask, MsgStream &msg) |
| bool | cellShouldBeMasked (const LArBadChannelCont *bcCont, const HWIdentifier &hardwareId) const |
| bool | cellShouldBeMasked (const LArBadChannelCont *bcCont, const Identifier &offlineId) const |
| bool | isSC () const |
| void | setSC () |
Private Types | |
| typedef LArBadChannel::BitWord | BitWord |
Private Attributes | |
| BitWord | m_bitMask =0x0 |
| bool | m_isSC |
Static Private Attributes | |
| static const LArBadChanBitPacking | s_bitPacking |
| static const LArBadChanSCBitPacking | s_bitSCPacking |
Definition at line 18 of file LArBadChannelMask.h.
|
private |
Definition at line 34 of file LArBadChannelMask.h.
|
inline |
Definition at line 20 of file LArBadChannelMask.h.
| StatusCode LArBadChannelMask::buildBitMask | ( | const std::vector< std::string > & | problemsToMask, |
| MsgStream & | msg ) |
Definition at line 10 of file LArBadChannelMask.cxx.
|
inline |
Definition at line 42 of file LArBadChannelMask.h.
|
inline |
Definition at line 50 of file LArBadChannelMask.h.
|
inline |
Definition at line 28 of file LArBadChannelMask.h.
|
inline |
Definition at line 29 of file LArBadChannelMask.h.
|
private |
Definition at line 35 of file LArBadChannelMask.h.
|
private |
Definition at line 36 of file LArBadChannelMask.h.
|
staticprivate |
Definition at line 32 of file LArBadChannelMask.h.
|
staticprivate |
Definition at line 33 of file LArBadChannelMask.h.