From ff46d25a599bc208c8c9a85421ce9bde49d49289 Mon Sep 17 00:00:00 2001 From: Marshall Scott <mbscott@anl.gov> Date: Tue, 22 Jun 2021 21:42:37 -0400 Subject: [PATCH] Commented out histograms and d2 --- benchmarks/barrel_ecal/scripts/emcal_barrel_pi0_analysis.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/barrel_ecal/scripts/emcal_barrel_pi0_analysis.cxx b/benchmarks/barrel_ecal/scripts/emcal_barrel_pi0_analysis.cxx index 0aaebeda..1d614af7 100644 --- a/benchmarks/barrel_ecal/scripts/emcal_barrel_pi0_analysis.cxx +++ b/benchmarks/barrel_ecal/scripts/emcal_barrel_pi0_analysis.cxx @@ -150,11 +150,11 @@ void emcal_barrel_pi0_analysis(const char* input_fname = "sim_output/sim_emcal_b // Set sampling Fraction, ideally this will be taken from a json file //samp_frac = hfsam -> GetMean(); //samp_frac = 0.5; - +/* auto d2 = d1.Define("dE", eResol, {"Esim","Ethr"}) .Define("dE_rel", eResol_rel, {"Esim","Ethr"}) ; - +*/ // Event Counts auto nevents_thrown = d1.Count(); std::cout << "Number of Thrown Events: " << (*nevents_thrown) << "\n"; -- GitLab