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
2019-11-18
add a new test for the quad fitter
tlatorre
2019-11-06
add a couple of improvements to the quad fitter and fix a bug in get_hough_tr...
tlatorre
2019-07-29
fast_sqrt -> sqrt
tlatorre
2019-07-16
use QLX if QHS is railed
tlatorre
2019-06-14
add a function to compute the most likely number of PE given an observed charge
tlatorre
2019-06-02
add a fast sqrt function for values in between 0 and 1
tlatorre
2019-06-02
add a test for fast_acos()
tlatorre
2019-05-29
add get_avg_index_{d2o,h2o} functions
tlatorre
2019-03-25
fix some more warnings pointed out by clang
tlatorre
2019-03-25
fix delta ray charge calculation
tlatorre
2019-03-16
add GPLv3 license
tlatorre
2019-03-07
update code to allow you to run the fit outside of the src directory
tlatorre
2019-03-07
update comment in test_path()
tlatorre
2019-03-07
fix a bug in path_init() when the direction was equal to (0,0,1)
tlatorre
2019-01-29
add a function to compute the angular distribution normalization
tlatorre
2019-01-10
update find_peaks algorithm
tlatorre
2018-12-14
fix another bug in combinations_with_replacement()
tlatorre
2018-12-14
add a function to compute combinations with replacement
tlatorre
2018-12-13
update find_peaks_array() to return peaks in sorted order
tlatorre
2018-12-13
add function to compute unique direction vectors for a multi particle fit
tlatorre
2018-12-11
fix some compiler warnings
tlatorre
2018-12-11
add a function to find peaks using a Hough transform
tlatorre
2018-12-07
add the QUAD fitter
tlatorre
2018-11-30
sizeof()/sizeof() -> LEN()
tlatorre
2018-11-28
update sno_charge.c
tlatorre
2018-11-27
add rayleigh scattering
tlatorre
2018-11-21
add tests for norm() and norm_cdf()
tlatorre
2018-11-17
speed up likelihood function and switch to using fixed dx
tlatorre
2018-11-14
fix some compiler warnings
tlatorre
2018-11-11
update likelihood function to fit electrons!
tlatorre
2018-11-04
delete solid_angle_fast since it wasn't working
tlatorre
2018-10-21
add a fast solid angle approximation to speed up the fast likelihood calculation
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
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
[next]