|
void | doFillIn (std::vector< TH2F > &graphData) override |
|
Definition at line 48 of file HcalPedestalsPyWrapper.cc.
void cond::HcalPedestalsDataRepr::doFillIn |
( |
std::vector< TH2F > & |
graphData | ) |
|
|
inlineoverrideprotectedvirtual |
Implements HcalObjRepresent::ADataRepr.
Definition at line 59 of file HcalPedestalsPyWrapper.cc.
References HcalDetId::depth(), HcalForward, and relativeConstraints::value.
61 HcalPedestals::tAllContWithNames::const_iterator iter;
62 std::vector<HcalPedestal>::const_iterator contIter;
68 for (contIter = (*iter).second.begin(); contIter != (*iter).second.end(); ++contIter){
72 if (depth<1 || depth>4)
82 value = (*contIter).getValue(
id);
86 graphData[depth-1].Fill(
ieta,
iphi, value);
HcalSubdetector subdet() const
get the subdetector
int depth() const
get the tower depth
HcalPedestals::tAllContWithNames allContainers
int ieta() const
get the cell ieta
int iphi() const
get the cell iphi