#include <EcalChannelStatusCode.h>
Public Member Functions | |
EcalChannelStatusCode () | |
EcalChannelStatusCode (const EcalChannelStatusCode &codeStatus) | |
EcalChannelStatusCode (const uint16_t &encodedStatus) | |
uint16_t | getDecodedStatusCode () const |
Return the decoded status, i.e. the value giving the status code. More... | |
uint16_t | getStatusCode () const |
bool | isHVon () const |
bool | isLVon () const |
EcalChannelStatusCode & | operator= (const EcalChannelStatusCode &rhs) |
void | print (std::ostream &s) const |
~EcalChannelStatusCode () | |
Static Public Attributes | |
static const int | chStatusMask = 0x1F |
static const int | HVbitMask = 0x1<<5 |
static const int | LVbitMask = 0x1<<6 |
Private Attributes | |
uint16_t | status_ |
Author: Paolo Meridiani Created: 14 Nov 2006
Definition at line 18 of file EcalChannelStatusCode.h.
EcalChannelStatusCode::EcalChannelStatusCode | ( | ) |
Author: Paolo Meridiani Created: 14 Nov 2006
Definition at line 9 of file EcalChannelStatusCode.cc.
References status_.
EcalChannelStatusCode::EcalChannelStatusCode | ( | const EcalChannelStatusCode & | codeStatus | ) |
|
inline |
Definition at line 23 of file EcalChannelStatusCode.h.
EcalChannelStatusCode::~EcalChannelStatusCode | ( | ) |
Definition at line 17 of file EcalChannelStatusCode.cc.
|
inline |
Return the decoded status, i.e. the value giving the status code.
Definition at line 34 of file EcalChannelStatusCode.h.
References chStatusMask, and status_.
|
inline |
Definition at line 31 of file EcalChannelStatusCode.h.
References status_.
Referenced by EcalTrivialObjectAnalyzer::analyze(), EBSelectiveReadoutTask::analyze(), EcalRecHitsValidation::analyze(), EESelectiveReadoutTask::analyze(), EcalRecHitProducer::produce(), and EcalRecHitWorkerSimple::run().
|
inline |
|
inline |
EcalChannelStatusCode & EcalChannelStatusCode::operator= | ( | const EcalChannelStatusCode & | rhs | ) |
|
inline |
|
static |
Definition at line 39 of file EcalChannelStatusCode.h.
Referenced by getDecodedStatusCode().
|
static |
Definition at line 40 of file EcalChannelStatusCode.h.
Referenced by isHVon().
|
static |
Definition at line 41 of file EcalChannelStatusCode.h.
Referenced by isLVon().
|
private |
Definition at line 68 of file EcalChannelStatusCode.h.
Referenced by EcalChannelStatusCode(), getDecodedStatusCode(), getStatusCode(), isHVon(), isLVon(), operator=(), and print().