Skip to content
Snippets Groups Projects
Commit be2a665d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: benchmarks/barrel_ecal/scripts/e_pi_separation.cxx

parent a8716221
No related branches found
No related tags found
No related merge requests found
......@@ -133,10 +133,10 @@ void e_pi_separation(const char* input_fname =
"fsam");
auto hEratio = d1.Histo1D(
{"Eratio", ";E_front/E_tot; Events", 100, 0.0, 1.0},
{"Eratio", ";E_front/E_tot; Events", 100, 0.0, 0.4},
"Eratio");
auto hEratio2 = d2.Histo1D(
{"Eratio2", ";E_front/E_tot; Events", 100, 0.0, 1.0},
{"Eratio2", ";E_front/E_tot; Events", 100, 0.0, 0.4},
"Eratio");
// Event Counts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment