From b6c583cb1c562e2bf10a3e518fbed617164443f4 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 6 May 2021 22:08:07 -0500 Subject: [PATCH] modified: benchmarks/barrel_ecal/scripts/e_pi_separation.cxx --- benchmarks/barrel_ecal/scripts/e_pi_separation.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx b/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx index 499a024f..70f6534a 100644 --- a/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx +++ b/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx @@ -115,6 +115,9 @@ void e_pi_separation(const char* input_fname = auto hEsim = d1.Histo1D( {"hEsim", "Energy Deposit; Energy Deposit [GeV]; Events", 100, 0.0, 1.0}, "Esim"); + auto hEsim_front = d1.Histo1D( + {"hEsim_front", "; Front Energy Deposit [GeV]; Events", 100, 0.0, 1.0}, + "Esim"); auto hfsam = d1.Histo1D( {"hfsam", "Sampling Fraction; Sampling Fraction; Events", 100, 0.0, 0.1}, "fsam"); -- GitLab