Skip to content

Commit

Permalink
Downgrade BtlLocalRecoValidation warning message to avoid issues with…
Browse files Browse the repository at this point in the history
… premixing
  • Loading branch information
fabiocos committed Aug 1, 2023
1 parent d8e183b commit 6d30cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Validation/MtdValidation/plugins/BtlLocalRecoValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ void BtlLocalRecoValidation::analyze(const edm::Event& iEvent, const edm::EventS
meTPullvsE_->Fill(m_btlSimHits[detId.rawId()].energy, time_res / recHit.timeError());
} else if (m_btlSimHits.count(detId.rawId()) == 0) {
n_reco_btl_nosimhit++;
edm::LogWarning("BtlLocalRecoValidation")
<< "BTL rec hit with no corresponding sim hit in crystal, DetId= " << detId.rawId()
<< " geoId= " << geoId.rawId() << " ene= " << recHit.energy() << " time= " << recHit.time();
LogDebug("BtlLocalRecoValidation") << "BTL rec hit with no corresponding sim hit in crystal, DetId= "
<< detId.rawId() << " geoId= " << geoId.rawId() << " ene= " << recHit.energy()
<< " time= " << recHit.time();
}

n_reco_btl++;
Expand Down

0 comments on commit 6d30cad

Please sign in to comment.