Skip to content
Snippets Groups Projects
Commit 53eabfda authored by Marshall Scott's avatar Marshall Scott
Browse files

see sampling fraction mean

parent 4b6e424b
No related branches found
No related tags found
1 merge request!24Resolve "pi0 resolution for ECal barrel"
......@@ -133,6 +133,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
// Set sampling Fraction, ideally this will be taken from a json file
samp_frac = hfsam -> GetMean();
printf("The sampling fraction mean is %f\n", samp_frac);
auto d2 = d1.Define("dE", eResol, {"Esim","Ethr"})
.Define("dE_rel", eResol_rel, {"Esim","Ethr"})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment