124 stringstream wh; wh <<
wheel;
125 stringstream sec; sec << sector;
128 if(sector==4 || sector==10)
129 OccupancyHistos[make_pair(wheel, sector)]= iBooker.
book2D(
"Occupancy_W"+wh.str()+
"_Sec"+sec.str(),
"Occupancy W"+wh.str()+
"_Sec"+sec.str(),100,1,100,52,1,53);
131 OccupancyHistos[make_pair(wheel, sector)]= iBooker.
book2D(
"Occupancy_W"+wh.str()+
"_Sec"+sec.str(),
"Occupancy W"+wh.str()+
"_Sec"+sec.str(),100,1,100,44,1,45);
132 OccupancyHistos[make_pair(wheel, sector)]->setAxisTitle(
"wire number", 1);
178 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(45,
"M4Sec13L1",2);
179 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(46,
"M4Sec13L2",2);
180 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(47,
"M4Sec13L3",2);
181 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(48,
"M4Sec13L4",2);
182 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(49,
"M4Sec13L5",2);
183 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(50,
"M4Sec13L6",2);
184 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(51,
"M4Sec13L7",2);
185 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(52,
"M4Sec13L8",2);
188 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(45,
"M4Sec14L1",2);
189 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(46,
"M4Sec14L2",2);
190 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(47,
"M4Sec14L3",2);
191 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(48,
"M4Sec14L4",2);
192 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(49,
"M4Sec14L5",2);
193 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(50,
"M4Sec14L6",2);
194 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(51,
"M4Sec14L7",2);
195 OccupancyHistos[make_pair(wheel, sector)]->setBinLabel(52,
"M4Sec14L8",2);
MonitorElement * book2D(Args &&...args)
std::map< std::pair< int, int >, MonitorElement * > OccupancyHistos