Skip to content

Commit

Permalink
Merge pull request #47180 from carlocms/Unc_timeMean
Browse files Browse the repository at this point in the history
MTD Validation: removed duplicated statement in BtlLocalRecoValidation
  • Loading branch information
cmsbuild authored Jan 24, 2025
2 parents 9952e64 + caf2ea9 commit 0e3e123
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Validation/MtdValidation/plugins/BtlLocalRecoValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -884,9 +884,6 @@ void BtlLocalRecoValidation::analyze(const edm::Event& iEvent, const edm::EventS
continue;
}

hit_amplitude /= nHits;
hit_time /= nHits;

if (hit_amplitude < hitMinAmplitude_)
continue;

Expand Down

0 comments on commit 0e3e123

Please sign in to comment.