Skip to content
Snippets Groups Projects

Simple e/pi separation

Closed Whitney Armstrong requested to merge e_pi_sep into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -115,6 +115,9 @@ void e_pi_separation(const char* input_fname =
@@ -115,6 +115,9 @@ void e_pi_separation(const char* input_fname =
auto hEsim = d1.Histo1D(
auto hEsim = d1.Histo1D(
{"hEsim", "Energy Deposit; Energy Deposit [GeV]; Events", 100, 0.0, 1.0},
{"hEsim", "Energy Deposit; Energy Deposit [GeV]; Events", 100, 0.0, 1.0},
"Esim");
"Esim");
 
auto hEsim_front = d1.Histo1D(
 
{"hEsim_front", "; Front Energy Deposit [GeV]; Events", 100, 0.0, 1.0},
 
"Esim");
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");
Loading