aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-31use interp1d() to interpolate path to speed things uptlatorre
2018-08-31add interp1d function to do fast interpolation when the x values are evenly s...tlatorre
2018-08-31compile with -O2 to speed things uptlatorre
2018-08-31rotate and translate the path in path_init to speed things uptlatorre
2018-08-31add theta0 argument to path_eval in test-path.ctlatorre
2018-08-31print out how long the likelihood function takestlatorre
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-27update code to use get_index_snoman* functions to calculate the index of refr...tlatorre
2018-08-27fix how multiple Coulomb scattering is treatedtlatorre
2018-08-27add code to expand the track of a particle using a KL expansiontlatorre
2018-08-14fix ev pointer bugtlatorre
2018-08-14update pmt hit array in event struct to be MAX_PMTS longtlatorre
2018-08-14add lower and upper bounds for the fit parameterstlatorre
2018-08-14add function to fit event and clear event after each fittlatorre
2018-08-14set stopping criteratlatorre
2018-08-14use the index of refraction from snoman when computing the angular PDF for ph...tlatorre
2018-08-14update the printf format string for the fit parameterstlatorre
2018-08-14update fit to use nlopt for minimizationtlatorre
2018-08-14fix how the RMS scattering angle is calculatedtlatorre
2018-08-14add refractive index for heavy and light water from snomantlatorre
2018-08-14update muon.c to use the new table for heavy watertlatorre
2018-08-14add a table for muon dE/dx and range for D2Otlatorre
2018-08-14move everything to src directorytlatorre