aboutsummaryrefslogtreecommitdiff
path: root/src/test.c
AgeCommit message (Expand)Author
2019-07-16use QLX if QHS is railedtlatorre
2019-06-14add a function to compute the most likely number of PE given an observed chargetlatorre
2019-06-02add a fast sqrt function for values in between 0 and 1tlatorre
2019-06-02add a test for fast_acos()tlatorre
2019-05-29add get_avg_index_{d2o,h2o} functionstlatorre
2019-03-25fix some more warnings pointed out by clangtlatorre
2019-03-25fix delta ray charge calculationtlatorre
2019-03-16add GPLv3 licensetlatorre
2019-03-07update code to allow you to run the fit outside of the src directorytlatorre
2019-03-07update comment in test_path()tlatorre
2019-03-07fix a bug in path_init() when the direction was equal to (0,0,1)tlatorre
2019-01-29add a function to compute the angular distribution normalizationtlatorre
2019-01-10update find_peaks algorithmtlatorre
2018-12-14fix another bug in combinations_with_replacement()tlatorre
2018-12-14add a function to compute combinations with replacementtlatorre
2018-12-13update find_peaks_array() to return peaks in sorted ordertlatorre
2018-12-13add function to compute unique direction vectors for a multi particle fittlatorre
2018-12-11fix some compiler warningstlatorre
2018-12-11add a function to find peaks using a Hough transformtlatorre
2018-12-07add the QUAD fittertlatorre
2018-11-30sizeof()/sizeof() -> LEN()tlatorre
2018-11-28update sno_charge.ctlatorre
2018-11-27add rayleigh scatteringtlatorre
2018-11-21add tests for norm() and norm_cdf()tlatorre
2018-11-17speed up likelihood function and switch to using fixed dxtlatorre
2018-11-14fix some compiler warningstlatorre
2018-11-11update likelihood function to fit electrons!tlatorre
2018-11-04delete solid_angle_fast since it wasn't workingtlatorre
2018-10-21add a fast solid angle approximation to speed up the fast likelihood calculationtlatorre
2018-10-19add interp2d() for fast bilinear 2D interpolationtlatorre
2018-10-19update path integral to use a fixed number of pointstlatorre
2018-10-18hardcode the density when computing dE/dxtlatorre
2018-10-18fix the likelihood function to return the *negative* log likelihood of the pa...tlatorre
2018-10-18update fit to fit for electrons and protonstlatorre
2018-10-17fix a bug in the theta0 calculation for a pathtlatorre
2018-09-18free muon_energy struct in test_muon_get_energy()tlatorre
2018-09-18add free_charge() to free memory used to interpolate the charge distributionstlatorre
2018-09-17add get_path_length()tlatorre
2018-09-17test_muon_get_T -> test_muon_get_energytlatorre
2018-09-17update muon kinetic energy calculationtlatorre
2018-09-17fix bug in single PE chargetlatorre
2018-09-13add a function to compute log(n) for integer ntlatorre
2018-09-10add a fast likelihood functiontlatorre
2018-09-04add a function to return the kahan sum of an arraytlatorre
2018-08-31add interp1d function to do fast interpolation when the x values are evenly s...tlatorre
2018-08-31rotate and translate the path in path_init to speed things uptlatorre
2018-08-28add path to the likelihood fittlatorre
2018-08-27update tests since I switched to using the D2O muon tables from the PDGtlatorre
2018-08-27add code to expand the track of a particle using a KL expansiontlatorre
2018-08-14move everything to src directorytlatorre