#include <HcalDcsValue.h>
Public Member Functions | |
uint32_t | DcsId () const |
float | getLowerLimit () const |
HcalOtherSubdetector | getSubdetector () const |
float | getUpperLimit () const |
float | getValue () const |
HcalDcsValue () | |
HcalDcsValue (uint32_t fid, int ls, float val, float upper, float lower) | |
HcalDcsValue (HcalDcsValue const &other) | |
bool | isValueGood () const |
int | LS () const |
bool | operator< (HcalDcsValue const &rhs) const |
virtual | ~HcalDcsValue () |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
uint32_t | mId |
float | mLowerLimit |
int | mLS |
float | mUpperLimit |
float | mValue |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 10 of file HcalDcsValue.h.
HcalDcsValue::HcalDcsValue | ( | ) |
Definition at line 4 of file HcalDcsValue.cc.
HcalDcsValue::HcalDcsValue | ( | uint32_t | fid, |
int | ls, | ||
float | val, | ||
float | upper, | ||
float | lower | ||
) |
Definition at line 6 of file HcalDcsValue.cc.
HcalDcsValue::HcalDcsValue | ( | HcalDcsValue const & | other | ) |
Definition at line 9 of file HcalDcsValue.cc.
|
virtual |
Definition at line 16 of file HcalDcsValue.cc.
|
inline |
Definition at line 18 of file HcalDcsValue.h.
References mId.
Referenced by HcalDcsValues::addValue().
|
inline |
HcalOtherSubdetector HcalDcsValue::getSubdetector | ( | ) | const |
Definition at line 18 of file HcalDcsValue.cc.
References mId, and HcalOtherDetId::subdet().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 27 of file HcalDcsValue.h.
|
private |
|
friend |
Definition at line 40 of file HcalDcsValue.h.
|
friend |
Definition at line 40 of file HcalDcsValue.h.
|
private |
Definition at line 34 of file HcalDcsValue.h.
Referenced by DcsId(), getSubdetector(), and operator<().
|
private |
Definition at line 38 of file HcalDcsValue.h.
Referenced by getLowerLimit(), and isValueGood().
|
private |
Definition at line 35 of file HcalDcsValue.h.
Referenced by LS(), and operator<().
|
private |
Definition at line 37 of file HcalDcsValue.h.
Referenced by getUpperLimit(), and isValueGood().
|
private |
Definition at line 36 of file HcalDcsValue.h.
Referenced by getValue(), and isValueGood().