CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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),
15  mUpperLimit(other.mUpperLimit), mLowerLimit(other.mLowerLimit) {
16 }
17 
19 }
20 
22  HcalDcsDetId tmpId(mId);
23  return tmpId.subdet();
24 }
HcalOtherSubdetector getSubdetector() const
Definition: HcalDcsValue.cc:21
def ls
Definition: eostools.py:348
HcalOtherSubdetector
Definition: HcalAssistant.h:32
uint32_t mId
Definition: HcalDcsValue.h:37
HcalOtherSubdetector subdet() const
get the category
virtual ~HcalDcsValue()
Definition: HcalDcsValue.cc:18
list fid
Definition: NewTree.py:51