Attenuation correction for photon energy :
Updated on Fri, 2018-09-28 08:44. Originally created by mriganka on 2018-09-28 08:44.
From Single particle Simulations :
For Small towers (20 GeV normalization point):
TF1 *EDepCorrection2=new TF1("EDepCorrection","(1.3-exp(-(x**[1])/[0]))",0,130);
par 0 : 2.07
par 1 : 0.24
For Large towers (12.5 GeV normalization point) :
TF1 *EDepCorrection2=new TF1("EDepCorrection","(1.3-exp(-(x**[1])/[0]))",0,130);
par 0 : 2.17
par 1 : 0.28
»
- mriganka's blog
- Login or register to post comments