#include <EcalTPGCrystalStatusCode.h>
Public Member Functions | |
EcalTPGCrystalStatusCode () | |
EcalTPGCrystalStatusCode (const EcalTPGCrystalStatusCode &codeStatus) | |
EcalTPGCrystalStatusCode (const uint16_t &encodedStatus) | |
uint16_t | getStatusCode () const |
EcalTPGCrystalStatusCode & | operator= (const EcalTPGCrystalStatusCode &rhs) |
void | print (std::ostream &s) const |
void | setStatusCode (const uint16_t &val) |
~EcalTPGCrystalStatusCode () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
uint16_t | status_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Author: FC Created: 3 dec 2008
Definition at line 14 of file EcalTPGCrystalStatusCode.h.
EcalTPGCrystalStatusCode::EcalTPGCrystalStatusCode | ( | ) |
Author: Paolo Meridiani Created: 14 Nov 2006
Definition at line 9 of file EcalTPGCrystalStatusCode.cc.
References status_.
EcalTPGCrystalStatusCode::EcalTPGCrystalStatusCode | ( | const EcalTPGCrystalStatusCode & | codeStatus | ) |
|
inline |
Definition at line 18 of file EcalTPGCrystalStatusCode.h.
EcalTPGCrystalStatusCode::~EcalTPGCrystalStatusCode | ( | ) |
Definition at line 13 of file EcalTPGCrystalStatusCode.cc.
|
inline |
Definition at line 26 of file EcalTPGCrystalStatusCode.h.
References status_.
Referenced by EcalEBFenixLinearizer::setInput(), and EcalFenixLinearizer::setInput().
EcalTPGCrystalStatusCode & EcalTPGCrystalStatusCode::operator= | ( | const EcalTPGCrystalStatusCode & | rhs | ) |
|
inline |
|
private |
|
inline |
Definition at line 29 of file EcalTPGCrystalStatusCode.h.
References status_, and hgcalPerformanceValidation::val.
Referenced by EcalTrigPrimESProducer::produceBadX().
|
friend |
Definition at line 34 of file EcalTPGCrystalStatusCode.h.
|
friend |
Definition at line 34 of file EcalTPGCrystalStatusCode.h.
|
private |
Definition at line 32 of file EcalTPGCrystalStatusCode.h.
Referenced by EcalTPGCrystalStatusCode(), getStatusCode(), operator=(), print(), and setStatusCode().