|
void | doFillIn (std::vector< TH2F > &graphData) override |
|
void cond::HcalZSThresholdsDataRepr::doFillIn |
( |
std::vector< TH2F > & |
graphData | ) |
|
|
inlineoverrideprotectedvirtual |
Implements HcalObjRepresent::ADataRepr.
Definition at line 53 of file HcalZSThresholdsPyWrapper.cc.
References HcalDetId::depth(), HcalForward, getDQMSummary::iter, and relativeConstraints::value.
55 HcalZSThresholds::tAllContWithNames::const_iterator
iter;
56 std::vector<HcalZSThreshold>::const_iterator contIter;
62 for (contIter = (*iter).second.begin(); contIter != (*iter).second.end(); ++contIter){
66 if (depth<1 || depth>4)
76 value = (*contIter).getValue();
80 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
HcalZSThresholds::tAllContWithNames allContainers