16 MESet& meHighInterest(
MEs_.at(
"HighInterest"));
17 MESet& meMedInterest(
MEs_.at(
"MedInterest"));
18 MESet& meLowInterest(
MEs_.at(
"LowInterest"));
25 MESet const& sZSFullReadoutMap(
sources_.at(
"ZSFullReadoutMap"));
59 float nFlags(cItr->getBinContent());
70 if (nFullReadoutFlags > 0.)
78 float nHigh(sHighIntMap.getBinContent(
id));
79 float nMed(sMedIntMap.getBinContent(
id));
80 float nLow(sLowIntMap.getBinContent(
id));
81 float total(nHigh + nMed + nLow);
84 meHighInterest.setBinContent(
id, nHigh / total);
85 meMedInterest.setBinContent(
id, nMed / total);
86 meLowInterest.setBinContent(
id, nLow / total);
static EcalTrigTowerDetId detIdFromDenseIndex(uint32_t di)
#define DEFINE_ECALDQM_WORKER(TYPE)
double getBinContent() const
void setBinContent(double _content)
const_iterator & toNextChannel()
void producePlots(ProcessType) override