Add counter to reduce jFEX Warnings (DATREP-280)
Compare changes
Files
2@@ -29,7 +29,10 @@ StatusCode JfexInputMonitorAlgorithm::initialize() {
@@ -145,7 +148,9 @@ StatusCode JfexInputMonitorAlgorithm::fillHistograms( const EventContext& ctx )
@@ -177,8 +182,9 @@ StatusCode JfexInputMonitorAlgorithm::fillHistograms( const EventContext& ctx )
ATH_MSG_WARNING("Tower:"<< TTID << " source:"<< +dataTower->Calosource() << " for eventNumber:"<< GetEventInfo(ctx)->eventNumber()<< " and LB:"<<GetEventInfo(ctx)->lumiBlock() << ". DataTower Et:"<< (dataTower->et_count()).at(0) <<"/"<< DataEt<<" MeV vs EmulatedTower Et:" << emulated_jtowerEt(*dataTower)<<"/"<< EmulatedEt<< " MeV");
ATH_MSG_WARNING("Tower:"<< TTID << " source:"<< +dataTower->Calosource() << " for eventNumber:"<< GetEventInfo(ctx)->eventNumber()<< " and LB:"<<GetEventInfo(ctx)->lumiBlock() << ". DataTower Et:"<< (dataTower->et_count()).at(0) <<"/"<< DataEt<<" MeV vs EmulatedTower Et:" << emulated_jtowerEt(*dataTower)<<"/"<< EmulatedEt<< " MeV");
@@ -282,7 +288,9 @@ StatusCode JfexInputMonitorAlgorithm::fillHistograms( const EventContext& ctx )