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
/
misc.c
Age
Commit message (
Expand
)
Author
2019-07-29
add a faster version of fast_acos()
tlatorre
2019-07-29
fast_sqrt -> sqrt
tlatorre
2019-06-02
add a fast sqrt function for values in between 0 and 1
tlatorre
2019-05-13
update method for calculating expected number of photons from shower and delt...
tlatorre
2019-03-31
fix a few typos in interp2d()
tlatorre
2019-03-31
update test-find-peaks to plot cerenkov rings
tlatorre
2019-03-16
add GPLv3 license
tlatorre
2019-01-10
update find_peaks algorithm
tlatorre
2018-12-14
fix another bug in combinations_with_replacement()
tlatorre
2018-12-14
switch to using fit_event2() by default
tlatorre
2018-12-14
add a function to compute combinations with replacement
tlatorre
2018-12-13
add function to compute unique direction vectors for a multi particle fit
tlatorre
2018-11-21
speed up normalize() and interp[12]d()
tlatorre
2018-11-14
speed up get_path_length() by not computing the norm twice
tlatorre
2018-11-11
update likelihood function to fit electrons!
tlatorre
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
fix the likelihood function to return the *negative* log likelihood of the pa...
tlatorre
2018-10-17
fix a bug in the theta0 calculation for a path
tlatorre
2018-09-18
fix heap overflow in interp1d()
tlatorre
2018-09-17
add get_path_length()
tlatorre
2018-09-17
fix a bug in interp1d()
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-14
move everything to src directory
tlatorre