Skip to content

Commit

Permalink
remove cout
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 committed Dec 11, 2023
1 parent 0aac02a commit 1b105c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ double EgammaRecHitIsolation::getSum_(const reco::SuperCluster* sc,
if (thresholds != nullptr) {
rhThres = (*thresholds)[j->detid()]; // access ECAL PFRechit thresholds for noise cleaning
}
std::cout << "rhThres = " << rhThres << " energy = " << energy << std::endl;

if (energy <= rhThres)
continue;
Expand Down

0 comments on commit 1b105c1

Please sign in to comment.