23 std::map<HcalElectronicsId, DetId> myEMap;
107 for (std::map<HcalElectronicsId, DetId>::const_iterator itr = myEMap.begin(); itr != myEMap.end(); ++itr) {
112 itr->first.fiberChanId(),
113 itr->first.fiberIndex(),
117 ib.setCurrentFolder(
"Hcal/ZDCTask/Shape_perChannel");
129 ib.setCurrentFolder(
"Hcal/ZDCTask/ADC_perChannel");
130 _cADC_EChannel[histoname] =
ib.book1DD(histoname, histoname, xAxisADC.nbins(), xAxisADC.min(), xAxisADC.max());
135 ib.setCurrentFolder(
"Hcal/ZDCTask/ADC_vs_TS_perChannel");
151 ib.setCurrentFolder(
"Hcal/ZDCTask");
164 _cADC =
ib.book1DD(
"ADC",
"ADC", xAxisADC.nbins(), xAxisADC.min(), xAxisADC.max());
std::map< std::string, MonitorElement * > _cADC_EChannel
std::map< std::string, MonitorElement * > _cShape_EChannel
MonitorElement * _cADC_vs_TS
Readout chain identification for Hcal.
std::map< std::string, MonitorElement * > _cADC_vs_TS_EChannel
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)