From 2cdf2fd33176c8fe0c9f42e2bc3809617c16a4b2 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 6 May 2021 22:14:52 -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 dac1fd00..5357b5d9 100644
--- a/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx
+++ b/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx
@@ -118,7 +118,7 @@ void e_pi_separation(const char* input_fname =
 
   auto hEsim_front = d1.Histo1D(
       {"hEsim_front", "; Front Energy Deposit [GeV]; Events", 100, 0.0, 1.0},
-      "Esim");
+      "Esim_front");
   auto hfsam = d1.Histo1D(
       {"hfsam", "Sampling Fraction; Sampling Fraction; Events", 100, 0.0, 0.1},
       "fsam");
-- 
GitLab