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
() : mId(0), mLS(0), mValue(0), mUpperLimit(0), mLowerLimit(0) {}
5
6
HcalDcsValue::HcalDcsValue
(uint32_t fid,
int
ls
,
float
val
,
float
upper
,
float
lower)
7
:
mId
(fid),
mLS
(ls),
mValue
(val),
mUpperLimit
(upper),
mLowerLimit
(lower) {}
8
9
HcalDcsValue::HcalDcsValue
(
HcalDcsValue
const
&
other
)
10
:
mId
(other.
mId
),
11
mLS
(other.
mLS
),
12
mValue
(other.
mValue
),
13
mUpperLimit
(other.
mUpperLimit
),
14
mLowerLimit
(other.
mLowerLimit
) {}
15
16
HcalDcsValue::~HcalDcsValue
() {}
17
18
HcalOtherSubdetector
HcalDcsValue::getSubdetector
()
const
{
19
HcalDcsDetId
tmpId(
mId
);
20
return
tmpId.
subdet
();
21
}
HcalDcsValue::mUpperLimit
float mUpperLimit
Definition:
HcalDcsValue.h:37
HcalDcsValue::getSubdetector
HcalOtherSubdetector getSubdetector() const
Definition:
HcalDcsValue.cc:18
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:1455
HcalOtherSubdetector
HcalOtherSubdetector
Definition:
HcalAssistant.h:40
HcalDcsValue::mLS
int mLS
Definition:
HcalDcsValue.h:35
HcalDcsValue::mId
uint32_t mId
Definition:
HcalDcsValue.h:34
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:36
HcalDcsValue.h
pileupCalc.upper
upper
Definition:
pileupCalc.py:214
HcalDcsValue::~HcalDcsValue
virtual ~HcalDcsValue()
Definition:
HcalDcsValue.cc:16
heppy_batch.val
val
Definition:
heppy_batch.py:351
HcalDcsValue::mLowerLimit
float mLowerLimit
Definition:
HcalDcsValue.h:38
Generated for CMSSW Reference Manual by
1.8.11