15 for (
int channel = 1; channel < 6; channel++) {
18 histoname =
"EM_P_" + std::to_string(channel) +
"_1";
19 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_perChannel");
20 _cADC_EChannel[didp()] =
ib.book1D(histoname.c_str(), histoname.c_str(), 256, 0, 256);
23 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_vs_TS_perChannel");
30 histoname =
"EM_M_" + std::to_string(channel) +
"_1";
31 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_perChannel");
32 _cADC_EChannel[didm()] =
ib.book1D(histoname.c_str(), histoname.c_str(), 256, 0, 256);
35 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_vs_TS_perChannel");
41 for (
int channel = 1; channel < 5; channel++) {
44 histoname =
"HAD_P_" + std::to_string(channel) +
"_" + std::to_string(channel + 2);
45 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_perChannel");
46 _cADC_EChannel[didp()] =
ib.book1D(histoname.c_str(), histoname.c_str(), 256, 0, 256);
49 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_vs_TS_perChannel");
56 histoname =
"HAD_M_" + std::to_string(channel) +
"_" + std::to_string(channel + 2);
57 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_perChannel");
58 _cADC_EChannel[didm()] =
ib.book1D(histoname.c_str(), histoname.c_str(), 256, 0, 256);
61 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_vs_TS_perChannel");
67 for (
int channel = 1; channel < 17; channel++) {
70 histoname =
"RPD_P_" + std::to_string(channel) +
"_2";
71 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_perChannel");
72 _cADC_EChannel[didp()] =
ib.book1D(histoname.c_str(), histoname.c_str(), 256, 0, 256);
75 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_vs_TS_perChannel");
82 histoname =
"RPD_M_" + std::to_string(channel) +
"_2";
83 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_perChannel");
84 _cADC_EChannel[didm()] =
ib.book1D(histoname.c_str(), histoname.c_str(), 256, 0, 256);
87 ib.setCurrentFolder(
"Hcal/ZDCQIE10Task/ADC_vs_TS_perChannel");
100 for (
auto it = digis->
begin(); it != digis->
end(); it++) {
101 const QIE10DataFrame digi = static_cast<const QIE10DataFrame>(*it);