From 0cc77e0902fcac015935a7bf0353a20dc39714bc Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 6 May 2021 22:10:48 -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 c7580a53..dac1fd00 100644 --- a/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx +++ b/benchmarks/barrel_ecal/scripts/e_pi_separation.cxx @@ -160,7 +160,7 @@ void e_pi_separation(const char* input_fname = h->SetLineColor(kBlue); h = hEsim_front->DrawCopy("same"); h->SetLineWidth(2); - h->SetLineColor(kRED); + h->SetLineColor(2); c3->SaveAs("results/emcal_barrel_electrons_Esim.png"); c3->SaveAs("results/emcal_barrel_electrons_Esim.pdf"); } -- GitLab