![]() |
ATLAS Offline Software
|
Transient conditions class for objects defined by the online framework and retrieved from COOL. More...
#include <L1CaloPprDisabledChannel.h>
Public Member Functions | |
| L1CaloPprDisabledChannel () | |
| L1CaloPprDisabledChannel (unsigned int channelId) | |
| L1CaloPprDisabledChannel (const L1CaloCoolChannelId &channelId) | |
| L1CaloPprDisabledChannel (unsigned int channelId, ChanDeadErrorCode deadErrorCode, ChanCalibErrorCode calibErrorCode, bool isMasked, unsigned int noiseCut, unsigned int disabledBits) | |
| L1CaloPprDisabledChannel (const L1CaloCoolChannelId &channelId, ChanDeadErrorCode deadErrorCode, ChanCalibErrorCode calibErrorCode, bool isMasked, unsigned int noiseCut, unsigned int disabledBits) | |
| ~L1CaloPprDisabledChannel ()=default | |
| L1CaloCoolChannelId | channelId (void) const |
| ChanCalibErrorCode | calibErrorCode (void) const |
| void | calibErrorCode (const ChanCalibErrorCode &calibErrorCode) |
| ChanDeadErrorCode | deadErrorCode (void) const |
| void | deadErrorCode (const ChanDeadErrorCode &deadErrorCode) |
| bool | isMasked (void) const |
| void | isMasked (bool isMasked) |
| bool | isDead (void) const |
| bool | hasCalib (void) const |
| unsigned int | noiseCut () const |
| void | setNoiseCut (unsigned int noiseCut) |
| unsigned int | disabledBits () const |
| void | setDisabledBits (unsigned int disabledBits) |
Private Attributes | |
| L1CaloCoolChannelId | m_channelId |
| ChanCalibErrorCode | m_calibErrorCode |
| ChanDeadErrorCode | m_deadErrorCode |
| bool | m_bMasked |
| unsigned int | m_noiseCut |
| unsigned int | m_disabledBits |
Friends | |
| std::ostream & | operator<< (std::ostream &output, const L1CaloPprDisabledChannel &r) |
Transient conditions class for objects defined by the online framework and retrieved from COOL.
Definition at line 25 of file L1CaloPprDisabledChannel.h.
| L1CaloPprDisabledChannel::L1CaloPprDisabledChannel | ( | ) |
Definition at line 12 of file L1CaloPprDisabledChannel.cxx.
| L1CaloPprDisabledChannel::L1CaloPprDisabledChannel | ( | unsigned int | channelId | ) |
Definition at line 20 of file L1CaloPprDisabledChannel.cxx.
| L1CaloPprDisabledChannel::L1CaloPprDisabledChannel | ( | const L1CaloCoolChannelId & | channelId | ) |
Definition at line 28 of file L1CaloPprDisabledChannel.cxx.
| L1CaloPprDisabledChannel::L1CaloPprDisabledChannel | ( | unsigned int | channelId, |
| ChanDeadErrorCode | deadErrorCode, | ||
| ChanCalibErrorCode | calibErrorCode, | ||
| bool | isMasked, | ||
| unsigned int | noiseCut, | ||
| unsigned int | disabledBits ) |
Definition at line 36 of file L1CaloPprDisabledChannel.cxx.
| L1CaloPprDisabledChannel::L1CaloPprDisabledChannel | ( | const L1CaloCoolChannelId & | channelId, |
| ChanDeadErrorCode | deadErrorCode, | ||
| ChanCalibErrorCode | calibErrorCode, | ||
| bool | isMasked, | ||
| unsigned int | noiseCut, | ||
| unsigned int | disabledBits ) |
Definition at line 46 of file L1CaloPprDisabledChannel.cxx.
|
default |
|
inline |
Definition at line 42 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 41 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 39 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 45 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 44 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 56 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 51 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 50 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 48 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 47 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 53 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 57 of file L1CaloPprDisabledChannel.h.
|
inline |
Definition at line 54 of file L1CaloPprDisabledChannel.h.
|
friend |
Definition at line 56 of file L1CaloPprDisabledChannel.cxx.
|
private |
Definition at line 63 of file L1CaloPprDisabledChannel.h.
|
private |
Definition at line 61 of file L1CaloPprDisabledChannel.h.
|
private |
Definition at line 60 of file L1CaloPprDisabledChannel.h.
|
private |
Definition at line 62 of file L1CaloPprDisabledChannel.h.
|
private |
Definition at line 65 of file L1CaloPprDisabledChannel.h.
|
private |
Definition at line 64 of file L1CaloPprDisabledChannel.h.