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

modified: benchmarks/barrel_ecal/scripts/e_pi_separation.cxx

parent 4c1fd334
Branches
No related tags found
No related merge requests found
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
...@@ -118,7 +118,7 @@ void e_pi_separation(const char* input_fname = ...@@ -118,7 +118,7 @@ void e_pi_separation(const char* input_fname =
auto hEsim_front = d1.Histo1D( auto hEsim_front = d1.Histo1D(
{"hEsim_front", "; Front Energy Deposit [GeV]; Events", 100, 0.0, 1.0}, {"hEsim_front", "; Front Energy Deposit [GeV]; Events", 100, 0.0, 1.0},
"Esim"); "Esim_front");
auto hfsam = d1.Histo1D( auto hfsam = d1.Histo1D(
{"hfsam", "Sampling Fraction; Sampling Fraction; Events", 100, 0.0, 0.1}, {"hfsam", "Sampling Fraction; Sampling Fraction; Events", 100, 0.0, 0.1},
"fsam"); "fsam");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment