#include <LArBadChannelMask.h>
Definition at line 18 of file LArBadChannelMask.h.
◆ BitWord
◆ LArBadChannelMask()
LArBadChannelMask::LArBadChannelMask |
( |
bool |
isSC = false | ) |
|
|
inline |
◆ buildBitMask()
StatusCode LArBadChannelMask::buildBitMask |
( |
const std::vector< std::string > & |
problemsToMask, |
|
|
MsgStream & |
msg |
|
) |
| |
Definition at line 10 of file LArBadChannelMask.cxx.
12 for (
const std::string& prblm : problemsToMask) {
14 std::pair<bool, LArBadChannel::LArBadChannelSCEnum::ProblemType>
result
19 msg << MSG::ERROR <<
"The problem flag '" << prblm <<
"' was not recognized." <<
endmsg;
20 return StatusCode::FAILURE;
23 std::pair<bool, LArBadChannel::LArBadChannelEnum::ProblemType>
result
28 msg << MSG::ERROR <<
"The problem flag '" << prblm <<
"' was not recognized." <<
endmsg;
29 return StatusCode::FAILURE;
33 return StatusCode::SUCCESS;
◆ cellShouldBeMasked() [1/2]
◆ cellShouldBeMasked() [2/2]
◆ isSC()
bool LArBadChannelMask::isSC |
( |
| ) |
const |
|
inline |
◆ setSC()
void LArBadChannelMask::setSC |
( |
| ) |
|
|
inline |
◆ m_bitMask
BitWord LArBadChannelMask::m_bitMask =0x0 |
|
private |
◆ m_isSC
bool LArBadChannelMask::m_isSC |
|
private |
◆ s_bitPacking
◆ s_bitSCPacking
The documentation for this class was generated from the following files: