index
:
sddm
master
Code for the self-destructing dark matter search in SNO
Anthony LaTorre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scattering.c
Age
Commit message (
Expand
)
Author
2019-06-02
update get_probability() to take sin(theta) as an argument
tlatorre
2019-05-29
update scattering.c to use interp2d() and interp1d() to speed things up
tlatorre
2019-05-22
make sure theta0 is less than MAX_THETA0 in get_probability() to prevent a gs...
tlatorre
2019-05-13
update method for calculating expected number of photons from shower and delt...
tlatorre
2019-03-16
add GPLv3 license
tlatorre
2018-11-11
update likelihood function to fit electrons!
tlatorre
2018-10-19
speed up sin_theta calculation by replacing sin(acos(cos_theta)) with sqrt(1-...
tlatorre
2018-10-17
fix a bug in the theta0 calculation for a path
tlatorre
2018-09-26
increase number of points in cos(theta) interpolation to 1000
tlatorre
2018-09-10
add a fast likelihood function
tlatorre
2018-08-27
fix how multiple Coulomb scattering is treated
tlatorre
2018-08-14
use the index of refraction from snoman when computing the angular PDF for ph...
tlatorre
2018-08-14
move everything to src directory
tlatorre