|
void | doFillIn (std::vector< TH2F > &graphData) override |
|
Definition at line 48 of file HcalLutMetadataPyWrapper.cc.
void cond::HcalLutMetadataDataRepr::doFillIn |
( |
std::vector< TH2F > & |
graphData | ) |
|
|
inlineoverrideprotectedvirtual |
Implements HcalObjRepresent::ADataRepr.
Definition at line 59 of file HcalLutMetadataPyWrapper.cc.
References HcalDetId::depth(), HcalForward, and relativeConstraints::value.
61 HcalLutMetadata::tAllContWithNames::const_iterator iter;
62 std::vector<HcalLutMetadatum>::const_iterator contIter;
68 for (contIter = (*iter).second.begin(); contIter != (*iter).second.end(); ++contIter){
72 if (depth<1 || depth>4)
84 value = (*contIter).getRCalib();
87 value = (*contIter).getLutGranularity();
90 value = (*contIter).getOutputLutThreshold();
93 throw(
"Trying to access not existing value!");
100 graphData[depth-1].Fill(
ieta,
iphi, value);
HcalSubdetector subdet() const
get the subdetector
int depth() const
get the tower depth
int ieta() const
get the cell ieta
int iphi() const
get the cell iphi