![]() |
ATLAS Offline Software
|
#include <LArBadChannelState.h>
Public Types | |
| typedef std::vector< BadChanEntry > | BadChanVec |
Public Member Functions | |
| CoolChannelData (CoolChannelEnum cc, const BadChanVec &entries) | |
| Construct with bad channel data. | |
| CoolChannelData (CoolChannelEnum cc) | |
| Construct an empty CoolChannelData. | |
| void | reset () |
| void | add (const BadChanEntry &e) |
| the entry is assumed to belong to the cool channel and is not checked. | |
| void | setFromDB (const BadChanVec &stateVec) |
| void | addFromDB (const BadChanVec &stateVec) |
| void | addUpdate (const BadChanVec &stateVec) |
| void | resolveDuplicateEntries () |
| CoolChannelEnum | number () const |
| bool | changed () const |
| BadChanVec::const_iterator | begin () const |
| BadChanVec::iterator | begin () |
| BadChanVec::const_iterator | end () const |
| BadChanVec::iterator | end () |
| BadChanVec::size_type | size () const |
| bool | empty () const |
| const BadChanVec & | stateVector () const |
Private Attributes | |
| CoolChannelEnum | m_number |
| BadChanVec | m_entries |
| bool | m_changed |
Definition at line 25 of file LArBadChannelState.h.
| typedef std::vector<BadChanEntry> LArBadChannelState::CoolChannelData::BadChanVec |
Definition at line 28 of file LArBadChannelState.h.
|
inline |
Construct with bad channel data.
Definition at line 31 of file LArBadChannelState.h.
|
inlineexplicit |
Construct an empty CoolChannelData.
Definition at line 35 of file LArBadChannelState.h.
|
inline |
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.
| void LArBadChannelState::CoolChannelData::addFromDB | ( | const BadChanVec & | stateVec | ) |
Definition at line 73 of file LArBadChannelState.cxx.
|
inline |
Definition at line 57 of file LArBadChannelState.h.
|
inline |
Definition at line 71 of file LArBadChannelState.h.
|
inline |
Definition at line 68 of file LArBadChannelState.h.
|
inline |
Definition at line 66 of file LArBadChannelState.h.
|
inline |
Definition at line 86 of file LArBadChannelState.h.
|
inline |
Definition at line 78 of file LArBadChannelState.h.
|
inline |
Definition at line 75 of file LArBadChannelState.h.
|
inline |
Definition at line 64 of file LArBadChannelState.h.
|
inline |
Definition at line 38 of file LArBadChannelState.h.
| void LArBadChannelState::CoolChannelData::resolveDuplicateEntries | ( | ) |
Definition at line 81 of file LArBadChannelState.cxx.
|
inline |
Definition at line 50 of file LArBadChannelState.h.
|
inline |
Definition at line 82 of file LArBadChannelState.h.
|
inline |
Definition at line 90 of file LArBadChannelState.h.
|
private |
Definition at line 95 of file LArBadChannelState.h.
|
private |
Definition at line 94 of file LArBadChannelState.h.
|
private |
Definition at line 93 of file LArBadChannelState.h.