CMS 3D CMS Logo

HcalDcsValue.cc
Go to the documentation of this file.
3 
5  mId(0), mLS(0), mValue(0), mUpperLimit(0), mLowerLimit(0) {
6 }
7 
8 HcalDcsValue::HcalDcsValue (uint32_t fid, int ls, float val,
9  float upper, float lower) :
10  mId(fid), mLS(ls), mValue(val), mUpperLimit(upper), mLowerLimit(lower) {
11 }
12 
14  mId(other.mId), mLS(other.mLS), mValue(other.mValue),
16 }
17 
19 }
20 
22  HcalDcsDetId tmpId(mId);
23  return tmpId.subdet();
24 }
float mUpperLimit
Definition: HcalDcsValue.h:40
HcalOtherSubdetector getSubdetector() const
Definition: HcalDcsValue.cc:21
HcalOtherSubdetector
Definition: HcalAssistant.h:32
uint32_t mId
Definition: HcalDcsValue.h:37
def ls(path, rec=False)
Definition: eostools.py:348
HcalOtherSubdetector subdet() const
get the category
virtual ~HcalDcsValue()
Definition: HcalDcsValue.cc:18
float mLowerLimit
Definition: HcalDcsValue.h:41