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

modified: benchmarks/barrel_ecal/scripts/e_pi_separation.cxx

parent a2bd8c46
No related branches found
No related tags found
1 merge request!30Simple e/pi separation
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
...@@ -133,10 +133,10 @@ void e_pi_separation(const char* input_fname = ...@@ -133,10 +133,10 @@ void e_pi_separation(const char* input_fname =
"fsam"); "fsam");
auto hEratio = d1.Histo1D( 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"); "Eratio");
auto hEratio2 = d2.Histo1D( 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"); "Eratio");
// Event Counts // Event Counts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment