Transient conditions class for objects defined by the online framework and retrieved from COOL.
More...
#include <L1CaloPprDisabledChannel.h>
|
| 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) |
|
Transient conditions class for objects defined by the online framework and retrieved from COOL.
- Author
- Damien Prieur damie.nosp@m.n.pr.nosp@m.ieur@.nosp@m.cern.nosp@m..ch
Definition at line 25 of file L1CaloPprDisabledChannel.h.
◆ L1CaloPprDisabledChannel() [1/5]
L1CaloPprDisabledChannel::L1CaloPprDisabledChannel |
( |
| ) |
|
◆ L1CaloPprDisabledChannel() [2/5]
L1CaloPprDisabledChannel::L1CaloPprDisabledChannel |
( |
unsigned int |
channelId | ) |
|
◆ L1CaloPprDisabledChannel() [3/5]
◆ L1CaloPprDisabledChannel() [4/5]
L1CaloPprDisabledChannel::L1CaloPprDisabledChannel |
( |
unsigned int |
channelId, |
|
|
ChanDeadErrorCode |
deadErrorCode, |
|
|
ChanCalibErrorCode |
calibErrorCode, |
|
|
bool |
isMasked, |
|
|
unsigned int |
noiseCut, |
|
|
unsigned int |
disabledBits |
|
) |
| |
◆ L1CaloPprDisabledChannel() [5/5]
◆ ~L1CaloPprDisabledChannel()
L1CaloPprDisabledChannel::~L1CaloPprDisabledChannel |
( |
| ) |
|
|
default |
◆ calibErrorCode() [1/2]
◆ calibErrorCode() [2/2]
◆ channelId()
◆ deadErrorCode() [1/2]
◆ deadErrorCode() [2/2]
◆ disabledBits()
unsigned int L1CaloPprDisabledChannel::disabledBits |
( |
| ) |
const |
|
inline |
◆ hasCalib()
bool L1CaloPprDisabledChannel::hasCalib |
( |
void |
| ) |
const |
|
inline |
◆ isDead()
bool L1CaloPprDisabledChannel::isDead |
( |
void |
| ) |
const |
|
inline |
◆ isMasked() [1/2]
void L1CaloPprDisabledChannel::isMasked |
( |
bool |
isMasked | ) |
|
|
inline |
◆ isMasked() [2/2]
bool L1CaloPprDisabledChannel::isMasked |
( |
void |
| ) |
const |
|
inline |
◆ noiseCut()
unsigned int L1CaloPprDisabledChannel::noiseCut |
( |
| ) |
const |
|
inline |
◆ setDisabledBits()
void L1CaloPprDisabledChannel::setDisabledBits |
( |
unsigned int |
disabledBits | ) |
|
|
inline |
◆ setNoiseCut()
void L1CaloPprDisabledChannel::setNoiseCut |
( |
unsigned int |
noiseCut | ) |
|
|
inline |
◆ operator<<
Definition at line 56 of file L1CaloPprDisabledChannel.cxx.
57 output <<
"channelID: " << std::hex <<
r.m_channelId.id() << std::dec <<
", " <<
"deadErrorCode: " <<
r.m_deadErrorCode<<
", " <<
"calibErrorCode: " <<
r.m_calibErrorCode <<
", " <<
"masked: " <<
r.m_bMasked <<
", noiseCut: " <<
r.m_noiseCut <<
", disabledBits: " <<
r.m_disabledBits;
◆ m_bMasked
bool L1CaloPprDisabledChannel::m_bMasked |
|
private |
◆ m_calibErrorCode
◆ m_channelId
◆ m_deadErrorCode
◆ m_disabledBits
unsigned int L1CaloPprDisabledChannel::m_disabledBits |
|
private |
◆ m_noiseCut
unsigned int L1CaloPprDisabledChannel::m_noiseCut |
|
private |
The documentation for this class was generated from the following files: