From 12d1caa17e1bde6504363e598c11bb9bf78c73fa Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Thu, 18 Jun 2020 02:07:40 -0500 Subject: [PATCH] Comment unused variable eps_diff (#490) Comment instead of removing because there is commented code using eps_diff --- .../EcalRecAlgos/bin/makeEcalRechitValidationPlots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoLocalCalo/EcalRecAlgos/bin/makeEcalRechitValidationPlots.cpp b/RecoLocalCalo/EcalRecAlgos/bin/makeEcalRechitValidationPlots.cpp index 18f6bed0648ad..2203fd21f6ebc 100644 --- a/RecoLocalCalo/EcalRecAlgos/bin/makeEcalRechitValidationPlots.cpp +++ b/RecoLocalCalo/EcalRecAlgos/bin/makeEcalRechitValidationPlots.cpp @@ -183,7 +183,7 @@ int main(int argc, char *argv[]) { rt->SetBranchAddress("EcalRecHitsSorted_ecalRecHit_EcalRecHitsEB_RECO.", &wcpuEB); rt->SetBranchAddress("EcalRecHitsSorted_ecalRecHit_EcalRecHitsEE_RECO.", &wcpuEE); - constexpr float eps_diff = 1e-3; + // constexpr float eps_diff = 1e-3; // accumulate sizes for events and sizes of each event on both GPU and CPU // auto const nentries = rt->GetEntries();