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
/
path.c
Age
Commit message (
Expand
)
Author
2019-03-16
add GPLv3 license
tlatorre
2019-03-07
fix a bug in path_init() when the direction was equal to (0,0,1)
tlatorre
2018-11-17
speed up likelihood function and switch to using fixed dx
tlatorre
2018-10-18
update path_init() to check for a divide by zero
tlatorre
2018-10-18
update fit to fit for electrons and protons
tlatorre
2018-10-17
fix a bug in the theta0 calculation for a path
tlatorre
2018-10-01
fall back to old scattering rms calculation when n = 0
tlatorre
2018-09-20
make sure direction vector is normalized in path_eval()
tlatorre
2018-09-17
update muon kinetic energy calculation
tlatorre
2018-09-06
compute theta0 in path_init() to speed things up
tlatorre
2018-09-06
update theta0 calculation
tlatorre
2018-09-06
introduce a minimum value for the scattering RMS theta0
tlatorre
2018-09-04
update fit to guess energy, direction, and t0
tlatorre
2018-08-31
use interp1d() to interpolate path to speed things up
tlatorre
2018-08-31
rotate and translate the path in path_init to speed things up
tlatorre
2018-08-28
add path to the likelihood fit
tlatorre
2018-08-27
add code to expand the track of a particle using a KL expansion
tlatorre