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
/
test.c
Age
Commit message (
Expand
)
Author
2018-10-19
add interp2d() for fast bilinear 2D interpolation
tlatorre
2018-10-19
update path integral to use a fixed number of points
tlatorre
2018-10-18
hardcode the density when computing dE/dx
tlatorre
2018-10-18
fix the likelihood function to return the *negative* log likelihood of the pa...
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-09-18
free muon_energy struct in test_muon_get_energy()
tlatorre
2018-09-18
add free_charge() to free memory used to interpolate the charge distributions
tlatorre
2018-09-17
add get_path_length()
tlatorre
2018-09-17
test_muon_get_T -> test_muon_get_energy
tlatorre
2018-09-17
update muon kinetic energy calculation
tlatorre
2018-09-17
fix bug in single PE charge
tlatorre
2018-09-13
add a function to compute log(n) for integer n
tlatorre
2018-09-10
add a fast likelihood function
tlatorre
2018-09-04
add a function to return the kahan sum of an array
tlatorre
2018-08-31
add interp1d function to do fast interpolation when the x values are evenly s...
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
update tests since I switched to using the D2O muon tables from the PDG
tlatorre
2018-08-27
add code to expand the track of a particle using a KL expansion
tlatorre
2018-08-14
move everything to src directory
tlatorre