From d6207e1f92d98b6f6dfb3afff895c7101be5441e Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 6 May 2021 22:31:01 -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 e5651d53..c5bca109 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) < 5 ){ + if( decoder->get(i.cellID, layer_index) < 7 ){ total_edep += i.energyDeposit; } } -- GitLab