124 if (sector == 4 || sector == 10)
125 OccupancyHistos[make_pair(wheel, sector)] = iBooker.
book2D(
"Occupancy_W" + wh.str() +
"_Sec" + sec.str(),
126 "Occupancy W" + wh.str() +
"_Sec" + sec.str(),
134 OccupancyHistos[make_pair(wheel, sector)] = iBooker.
book2D(
"Occupancy_W" + wh.str() +
"_Sec" + sec.str(),
135 "Occupancy W" + wh.str() +
"_Sec" + sec.str(),
142 OccupancyHistos[make_pair(wheel, sector)]->setAxisTitle(
"wire number", 1);
152 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(10,
"M1L10", 2);
153 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(11,
"M1L11", 2);
154 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(12,
"M1L12", 2);
164 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(22,
"M2L10", 2);
165 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(23,
"M2L11", 2);
166 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(24,
"M2L12", 2);
176 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(34,
"M3L10", 2);
177 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(35,
"M3L11", 2);
178 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(36,
"M3L12", 2);
188 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(45,
"M4Sec13L1", 2);
189 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(46,
"M4Sec13L2", 2);
190 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(47,
"M4Sec13L3", 2);
191 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(48,
"M4Sec13L4", 2);
192 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(49,
"M4Sec13L5", 2);
193 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(50,
"M4Sec13L6", 2);
194 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(51,
"M4Sec13L7", 2);
195 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(52,
"M4Sec13L8", 2);
198 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(45,
"M4Sec14L1", 2);
199 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(46,
"M4Sec14L2", 2);
200 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(47,
"M4Sec14L3", 2);
201 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(48,
"M4Sec14L4", 2);
202 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(49,
"M4Sec14L5", 2);
203 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(50,
"M4Sec14L6", 2);
204 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(51,
"M4Sec14L7", 2);
205 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(52,
"M4Sec14L8", 2);
std::map< std::pair< int, int >, MonitorElement * > OccupancyHistos
MonitorElement * book2D(Args &&...args)