#include <LArBadChannelState.h>
Definition at line 25 of file LArBadChannelState.h.
◆ BadChanVec
◆ CoolChannelData() [1/2]
◆ CoolChannelData() [2/2]
◆ add()
the entry is assumed to belong to the cool channel and is not checked.
Duplicate entries for the same channel may exist after this call
Definition at line 45 of file LArBadChannelState.h.
◆ addFromDB()
void LArBadChannelState::CoolChannelData::addFromDB |
( |
const BadChanVec & |
stateVec | ) |
|
◆ addUpdate()
void LArBadChannelState::CoolChannelData::addUpdate |
( |
const BadChanVec & |
stateVec | ) |
|
|
inline |
◆ begin() [1/2]
BadChanVec::iterator LArBadChannelState::CoolChannelData::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
BadChanVec::const_iterator LArBadChannelState::CoolChannelData::begin |
( |
| ) |
const |
|
inline |
◆ changed()
bool LArBadChannelState::CoolChannelData::changed |
( |
| ) |
const |
|
inline |
◆ empty()
bool LArBadChannelState::CoolChannelData::empty |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
BadChanVec::iterator LArBadChannelState::CoolChannelData::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
BadChanVec::const_iterator LArBadChannelState::CoolChannelData::end |
( |
| ) |
const |
|
inline |
◆ number()
◆ reset()
void LArBadChannelState::CoolChannelData::reset |
( |
| ) |
|
|
inline |
◆ resolveDuplicateEntries()
void LArBadChannelState::CoolChannelData::resolveDuplicateEntries |
( |
| ) |
|
Definition at line 81 of file LArBadChannelState.cxx.
86 std::multiset<Iter> toDelete;
88 for (Iter j =
i+1; j !=
m_entries.end(); ++j) {
89 if (
i->first == j->first) {
97 std::vector<BadChanEntry>
tmp;
100 if (toDelete.find(
i) == toDelete.end()) {
◆ setFromDB()
void LArBadChannelState::CoolChannelData::setFromDB |
( |
const BadChanVec & |
stateVec | ) |
|
|
inline |
◆ size()
BadChanVec::size_type LArBadChannelState::CoolChannelData::size |
( |
| ) |
const |
|
inline |
◆ stateVector()
const BadChanVec& LArBadChannelState::CoolChannelData::stateVector |
( |
| ) |
const |
|
inline |
◆ m_changed
bool LArBadChannelState::CoolChannelData::m_changed |
|
private |
◆ m_entries
BadChanVec LArBadChannelState::CoolChannelData::m_entries |
|
private |
◆ m_number
The documentation for this class was generated from the following files: