Main Page
Namespaces
Classes
Package Documentation
CondFormats
HcalObjects
src
HcalDcsValue.cc
Go to the documentation of this file.
1
#include "
CondFormats/HcalObjects/interface/HcalDcsValue.h
"
2
#include "
DataFormats/HcalDetId/interface/HcalDcsDetId.h
"
3
4
HcalDcsValue::HcalDcsValue
() :
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
13
HcalDcsValue::HcalDcsValue
(
HcalDcsValue
const
&
other
) :
14
mId
(other.
mId
),
mLS
(other.
mLS
),
mValue
(other.
mValue
),
15
mUpperLimit
(other.
mUpperLimit
),
mLowerLimit
(other.
mLowerLimit
) {
16
}
17
18
HcalDcsValue::~HcalDcsValue
() {
19
}
20
21
HcalOtherSubdetector
HcalDcsValue::getSubdetector
()
const
{
22
HcalDcsDetId
tmpId(
mId
);
23
return
tmpId.
subdet
();
24
}
HcalDcsValue::mUpperLimit
float mUpperLimit
Definition:
HcalDcsValue.h:40
HcalDcsValue::getSubdetector
HcalOtherSubdetector getSubdetector() const
Definition:
HcalDcsValue.cc:21
HcalDcsDetId
Definition:
HcalDcsDetId.h:27
HcalDcsDetId.h
HcalDcsValue
Definition:
HcalDcsValue.h:10
HcalDcsValue::HcalDcsValue
HcalDcsValue()
Definition:
HcalDcsValue.cc:4
trackingPlots.other
other
Definition:
trackingPlots.py:1453
HcalOtherSubdetector
HcalOtherSubdetector
Definition:
HcalAssistant.h:32
HcalDcsValue::mLS
int mLS
Definition:
HcalDcsValue.h:38
HcalDcsValue::mId
uint32_t mId
Definition:
HcalDcsValue.h:37
eostools.ls
def ls(path, rec=False)
Definition:
eostools.py:349
HcalOtherDetId::subdet
HcalOtherSubdetector subdet() const
get the category
Definition:
HcalOtherDetId.h:30
HcalDcsValue::mValue
float mValue
Definition:
HcalDcsValue.h:39
HcalDcsValue.h
pileupCalc.upper
upper
Definition:
pileupCalc.py:241
HcalDcsValue::~HcalDcsValue
virtual ~HcalDcsValue()
Definition:
HcalDcsValue.cc:18
heppy_batch.val
val
Definition:
heppy_batch.py:351
HcalDcsValue::mLowerLimit
float mLowerLimit
Definition:
HcalDcsValue.h:41
Generated for CMSSW Reference Manual by
1.8.11