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

calculates sampling fraction and then uses that to correctly calculate the resolution 8

parent aff557c8
No related branches found
No related tags found
1 merge request!24Resolve "pi0 resolution for ECal barrel"
......@@ -121,8 +121,6 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
.Define("nhits", nhits, {"EcalBarrelHits"})
.Define("Esim", Esim, {"EcalBarrelHits"})
.Define("fsam", fsam, {"Esim","Ethr"})
.Define("dE", eResol, {"Esim","Ethr"})
.Define("dE_rel", eResol_rel, {"Esim","Ethr"})
.Define("pid", getpid, {"mcparticles"})
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment