Skip to content

Commit

Permalink
Merge pull request #42432 from fabiocos/from-CMSSW_13_3_X_2023-07-31-…
Browse files Browse the repository at this point in the history
…2300

MTD validation: downgrade warning in BTL local reco validation
  • Loading branch information
cmsbuild authored Aug 3, 2023
2 parents 77fd609 + 6d30cad commit c2e865a
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 c2e865a

Please sign in to comment.