Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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::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
HcalOtherSubdetector
HcalOtherSubdetector
Definition:
HcalAssistant.h:32
HcalDcsValue::mId
uint32_t mId
Definition:
HcalDcsValue.h:37
HcalOtherDetId::subdet
HcalOtherSubdetector subdet() const
get the category
Definition:
HcalOtherDetId.h:30
HcalDcsValue.h
pileupCalc.upper
upper
Definition:
pileupCalc.py:238
HcalDcsValue::~HcalDcsValue
virtual ~HcalDcsValue()
Definition:
HcalDcsValue.cc:18
NewTree.fid
list fid
Definition:
NewTree.py:51
python.rootplot.utilities.ls
def ls
Definition:
utilities.py:408
Generated for CMSSW Reference Manual by
1.8.5