24 LogTrace(
"DTDQM|DTMonitorModule|DTScalerInfoTask") <<
"[DTScalerInfoTask]: Constructor" << endl;
31 LogTrace(
"DTDQM|DTMonitorModule|DTScalerInfoTask") <<
"[DTScalerInfoTask]: analyzed " <<
nEvents <<
" events" << endl;
35 LogTrace(
"DTDQM|DTMonitorModule|DTScalerInfoTask") <<
"[DTScalerInfoTask]: BeginRun" << endl;
41 LogTrace(
"DTDQM|DTMonitorModule|DTScalerInfoTask") <<
"[DTScalerInfoTask]: Begin of LS transition" << endl;
45 LogTrace(
"DTDQM|DTMonitorModule|DTScalerInfoTask") <<
"[DTScalerInfoTask]: End of LS transition" << endl;
49 map<string, DTTimeEvolutionHisto*>::const_iterator histoIt =
trendHistos.begin();
50 map<string, DTTimeEvolutionHisto*>::const_iterator histoEnd =
trendHistos.end();
51 for (; histoIt != histoEnd; ++histoIt) {
65 LumiScalersCollection::const_iterator lumiIt =
lumiScalers->begin();
66 trendHistos[
"AvgLumivsLumiSec"]->accumulateValueTimeSlot(lumiIt->instantLumi());
68 LogVerbatim(
"DTDQM|DTMonitorModule|DTScalerInfoTask")
69 <<
"[DTScalerInfoTask]: LumiScalersCollection size == 0" << endl;
72 LogVerbatim(
"DTDQM|DTMonitorModule|DTScalerInfoTask")
73 <<
"[DTScalerInfoTask]: LumiScalersCollection getByToken call failed" << endl;
80 ibooker.setCurrentFolder(
"DT/EventInfo/Counters");
81 nEventMonitor = ibooker.bookFloat(
"nProcessedEventsScalerInfo");
83 ibooker.setCurrentFolder(
"DT/00-DataIntegrity/ScalerInfo");
86 string histoTitle =
"Average Lumi vs LumiSec";