@@ -457,18 +457,18 @@ DigiTask::DigiTask(edm::ParameterSet const& ps)
457457 new hcaldqm::quantity::DetectorQuantity (hcaldqm::quantity::fiphi),
458458 new hcaldqm::quantity::ValueQuantity (hcaldqm::quantity::fN ),
459459 0 );
460- _cTimingCutvsieta_Subdet.initialize (_name,
461- " TimingCutvsieta" ,
462- hcaldqm::hashfunctions::fSubdet ,
463- new hcaldqm::quantity::DetectorQuantity (hcaldqm::quantity::fieta),
464- new hcaldqm::quantity::ValueQuantity (hcaldqm::quantity::fTiming_TS200 ),
460+ _cTimingCutvsieta_Subdet.initialize (_name,
461+ " TimingCutvsieta" ,
462+ hcaldqm::hashfunctions::fSubdet ,
463+ new hcaldqm::quantity::DetectorQuantity (hcaldqm::quantity::fieta),
464+ new hcaldqm::quantity::ValueQuantity (hcaldqm::quantity::fTiming_TS200 ),
465465 0 );
466- _cOccupancyCutvsieta_Subdet.initialize (_name,
467- " OccupancyCutvsieta" ,
468- hcaldqm::hashfunctions::fSubdet ,
469- new hcaldqm::quantity::DetectorQuantity (hcaldqm::quantity::fieta),
470- new hcaldqm::quantity::ValueQuantity (hcaldqm::quantity::fN ),
471- 0 );
466+ _cOccupancyCutvsieta_Subdet.initialize (_name,
467+ " OccupancyCutvsieta" ,
468+ hcaldqm::hashfunctions::fSubdet ,
469+ new hcaldqm::quantity::DetectorQuantity (hcaldqm::quantity::fieta),
470+ new hcaldqm::quantity::ValueQuantity (hcaldqm::quantity::fN ),
471+ 0 );
472472 // _cOccupancyCutvsSlotvsLS_HFPM.initialize(_name,
473473 // "OccupancyCutvsSlotvsLS", hcaldqm::hashfunctions::fSubdetPM,
474474 // new hcaldqm::quantity::LumiSection(_maxLS),
@@ -769,7 +769,7 @@ DigiTask::DigiTask(edm::ParameterSet const& ps)
769769 _cSummaryvsLS_FED.book (ib, _emap, _subsystem);
770770 _cSummaryvsLS.book (ib, _subsystem);
771771 _cOccupancyCutvsieta_Subdet.book (ib, _emap, _subsystem);
772- _cTimingCutvsieta_Subdet.book (ib, _emap, _subsystem);
772+ _cTimingCutvsieta_Subdet.book (ib, _emap, _subsystem);
773773 _xUniHF.book (_emap, _filter_FEDHF);
774774 _xNChs.book (_emap);
775775 _xNChsNominal.book (_emap);
@@ -1085,13 +1085,13 @@ DigiTask::DigiTask(edm::ParameterSet const& ps)
10851085 _cSumQ_depth.fill (did, sumQ);
10861086 _cSumQvsLS_SubdetPM_QIE1011.fill (did, _currentLS, sumQ);
10871087 if (_ptype == fOnline ) {
1088- _cOccupancyCutvsieta_Subdet.fill (did);
1089- _cTimingCutvsieta_Subdet.fill (did, timing);
1088+ _cOccupancyCutvsieta_Subdet.fill (did);
1089+ _cTimingCutvsieta_Subdet.fill (did, timing);
10901090 _cSumQvsBX_SubdetPM_QIE1011.fill (did, bx, sumQ);
10911091 }
10921092 if (_ptype == fOnline || _ptype == fOffline ) {
10931093 _cTimingCutvsiphi_SubdetPM.fill (did, timing);
1094- _cOccupancyCutvsiphi_SubdetPM.fill (did);
1094+ _cOccupancyCutvsiphi_SubdetPM.fill (did);
10951095 _cOccupancyCutvsiphivsLS_SubdetPM.fill (did, _currentLS);
10961096 }
10971097 if (_ptype != fOffline ) { // hidefed2crate
@@ -1266,13 +1266,13 @@ DigiTask::DigiTask(edm::ParameterSet const& ps)
12661266 }
12671267 if (_ptype == fOnline ) {
12681268 _cSumQvsBX_SubdetPM.fill (did, bx, sumQ);
1269- _cTimingCutvsieta_Subdet.fill (did, timing);
1270- _cOccupancyCutvsieta_Subdet.fill (did);
1269+ _cTimingCutvsieta_Subdet.fill (did, timing);
1270+ _cOccupancyCutvsieta_Subdet.fill (did);
12711271 }
12721272 if (_ptype == fOnline || _ptype == fOffline ) {
12731273 _cTimingCutvsiphi_SubdetPM.fill (did, timing);
1274- _cOccupancyCutvsiphi_SubdetPM.fill (did);
1275- _cOccupancyCutvsiphivsLS_SubdetPM.fill (did, _currentLS);
1274+ _cOccupancyCutvsiphi_SubdetPM.fill (did);
1275+ _cOccupancyCutvsiphivsLS_SubdetPM.fill (did, _currentLS);
12761276 }
12771277 if (_ptype != fOffline ) { // hidefed2crate
12781278 if (!eid.isVMEid ()) {
@@ -1467,11 +1467,11 @@ DigiTask::DigiTask(edm::ParameterSet const& ps)
14671467 _cTimingCutvsLS_depth.fill (did, _currentLS, timing);
14681468 if (_ptype == fOnline ) {
14691469 // if (!_filter_QIE1011.filter(did)) {
1470- _cTimingCutvsieta_Subdet.fill (did, timing);
1471- _cOccupancyCutvsieta_Subdet.fill (did);
1470+ _cTimingCutvsieta_Subdet.fill (did, timing);
1471+ _cOccupancyCutvsieta_Subdet.fill (did);
14721472 _cSumQvsBX_SubdetPM_QIE1011.fill (did, bx, sumQ);
14731473 // }
1474- _xUniHF.get (eid)++;
1474+ _xUniHF.get (eid)++;
14751475 }
14761476 if (_ptype == fOnline || _ptype == fOffline ) {
14771477 _cTimingCutvsiphi_SubdetPM.fill (did, timing);
0 commit comments