From d46cb53716c4ade50c482cb463108a9cdad6b3fe Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 6 May 2021 22:33:49 -0500 Subject: [PATCH] modified: benchmarks/barrel_ecal/scripts/e_pi_separation.cxx --- benchmarks/barrel_ecal/scripts/e_pi_separation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx b/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx index c5bca109..49a0a0bb 100644 --- a/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx +++ b/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx @@ -85,7 +85,7 @@ void e_pi_separation(const char* input_fname = auto total_edep = 0.0; for (const auto& i: evt) { fmt::print("cell id {}, layer {}\n",i.cellID, decoder->get(i.cellID, layer_index)); - if( decoder->get(i.cellID, layer_index) < 7 ){ + if( decoder->get(i.cellID, layer_index) < 4 ){ total_edep += i.energyDeposit; } } -- GitLab