aboutsummaryrefslogtreecommitdiff
path: root/src/scattering.c
AgeCommit message (Expand)Author
2019-06-02update likelihood function to speed it uptlatorre
2019-06-02update get_probability() to take sin(theta) as an argumenttlatorre
2019-05-29update scattering.c to use interp2d() and interp1d() to speed things uptlatorre
2019-05-22make sure theta0 is less than MAX_THETA0 in get_probability() to prevent a gs...tlatorre
2019-05-13update method for calculating expected number of photons from shower and delt...tlatorre
2019-03-16add GPLv3 licensetlatorre
2018-11-11update likelihood function to fit electrons!tlatorre
2018-10-19speed up sin_theta calculation by replacing sin(acos(cos_theta)) with sqrt(1-...tlatorre
2018-10-17fix a bug in the theta0 calculation for a pathtlatorre
2018-09-26increase number of points in cos(theta) interpolation to 1000tlatorre
2018-09-10add a fast likelihood functiontlatorre
2018-08-27fix how multiple Coulomb scattering is treatedtlatorre
2018-08-14use the index of refraction from snoman when computing the angular PDF for ph...tlatorre
2018-08-14move everything to src directorytlatorre