Skip to content
Snippets Groups Projects

Resolve "Add information from SciFi layers to benchmarks"

Merged Maria Zurek requested to merge 40-add-information-from-scifi-layers-to-benchmarks into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -72,7 +72,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
};
// Relative Energy Resolution = (Esampling/Sampling fraction - Ethrown)/Ethrown
auto eResol_rel = [samp_frac](double sampled, double thrownn) {
auto eResol_rel = [samp_frac](double sampled, double thrown) {
return (sampled / samp_frac - thrown) / thrown;
};
Loading