Skip to content
Snippets Groups Projects
Commit 060ece1e authored by Maria Zurek's avatar Maria Zurek
Browse files

Fix typo

parent 21c8de1c
Branches sphere_tests
No related tags found
1 merge request!54Resolve "Add information from SciFi layers to benchmarks"
This commit is part of merge request !54. Comments created here will be created in the context of that merge request.
...@@ -72,7 +72,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal ...@@ -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 // 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; return (sampled / samp_frac - thrown) / thrown;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment