aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-31add epsrel argument to likelihood functiontlatorre
2018-08-31update the lower bound for the energy in the fittlatorre
2018-08-31update the criterion for the fit convergencetlatorre
2018-08-31update likelihood check to 1e-5 since that's what we pass to nlopttlatorre
2018-08-31fit in a do while loop until the fit converges to the same likelihood valuetlatorre
2018-08-31add option to save fit results to a text filetlatorre
2018-08-31update printf arguments to keep output alignedtlatorre
2018-08-31switch back to calling cquad just once to speed things uptlatorre
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-31update the TODO listtlatorre
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
2018-08-14initial commit of likelihood fit for muonstlatorre
2018-07-05analyze_genie_mc.py -> analyze-genie-mctlatorre
2018-07-05refractive_index.c -> optics.ctlatorre
2018-07-05add a function to compute the energy along a muon tracktlatorre
2018-07-05add a simple test for the various muon functionstlatorre
2018-07-05add some comments and divide by the densitytlatorre
2018-07-05add functions to compute the range and dE/dx for muons in watertlatorre
2018-07-05add a text file with values for dE/dx and ranges for muons in watertlatorre
2018-07-04only require a 1% agreement, because I don't know how Schiebener converted te...tlatorre
2018-07-04add a function to compute the refractive index of water as a function of wave...tlatorre
2018-07-04updatetlatorre
2018-07-04initial commit of a file to calculate the quantum efficiencytlatorre
2018-07-04add a file with the measured quantum efficiency of the sno PMTs from snomantlatorre
2018-07-04update testtlatorre
2018-07-04update solid angle test and fix a bug in the solid angle calculationtlatorre
2018-07-04update testtlatorre
2018-07-04updatetlatorre