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

Fix typo

parent 21c8de1c
No related branches found
No related tags found
1 merge request!54Resolve "Add information from SciFi layers to benchmarks"
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment