#include <HcalDcsValue.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 10 of file HcalDcsValue.h.
◆ HcalDcsValue() [1/3]
HcalDcsValue::HcalDcsValue |
( |
| ) |
|
◆ HcalDcsValue() [2/3]
HcalDcsValue::HcalDcsValue |
( |
uint32_t |
fid, |
|
|
int |
ls, |
|
|
float |
val, |
|
|
float |
upper, |
|
|
float |
lower |
|
) |
| |
◆ HcalDcsValue() [3/3]
◆ ~HcalDcsValue()
HcalDcsValue::~HcalDcsValue |
( |
| ) |
|
|
virtual |
◆ DcsId()
uint32_t HcalDcsValue::DcsId |
( |
| ) |
const |
|
inline |
◆ getLowerLimit()
float HcalDcsValue::getLowerLimit |
( |
| ) |
const |
|
inline |
◆ getSubdetector()
◆ getUpperLimit()
float HcalDcsValue::getUpperLimit |
( |
| ) |
const |
|
inline |
◆ getValue()
float HcalDcsValue::getValue |
( |
| ) |
const |
|
inline |
◆ isValueGood()
bool HcalDcsValue::isValueGood |
( |
| ) |
const |
|
inline |
◆ LS()
int HcalDcsValue::LS |
( |
| ) |
const |
|
inline |
◆ operator<()
bool HcalDcsValue::operator< |
( |
HcalDcsValue const & |
rhs | ) |
const |
|
inline |
◆ serialize()
template<class Archive >
void HcalDcsValue::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ mId
uint32_t HcalDcsValue::mId |
|
private |
◆ mLowerLimit
float HcalDcsValue::mLowerLimit |
|
private |
◆ mLS
◆ mUpperLimit
float HcalDcsValue::mUpperLimit |
|
private |
◆ mValue
float HcalDcsValue::mValue |
|
private |