#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 Attributes | |
uint32_t | mId |
float | mLowerLimit |
int | mLS |
float | mUpperLimit |
float | mValue |
Definition at line 8 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 8 of file HcalDcsValue.cc.
HcalDcsValue::HcalDcsValue | ( | HcalDcsValue const & | other | ) |
Definition at line 13 of file HcalDcsValue.cc.
|
virtual |
Definition at line 18 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 21 of file HcalDcsValue.cc.
References mId, and HcalOtherDetId::subdet().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 29 of file HcalDcsValue.h.
|
private |
Definition at line 35 of file HcalDcsValue.h.
Referenced by DcsId(), getSubdetector(), and operator<().
|
private |
Definition at line 39 of file HcalDcsValue.h.
Referenced by getLowerLimit(), and isValueGood().
|
private |
Definition at line 36 of file HcalDcsValue.h.
Referenced by LS(), and operator<().
|
private |
Definition at line 38 of file HcalDcsValue.h.
Referenced by getUpperLimit(), and isValueGood().
|
private |
Definition at line 37 of file HcalDcsValue.h.
Referenced by getValue(), and isValueGood().