aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-17update muon kinetic energy calculationtlatorre
2018-09-17fix bug in single PE chargetlatorre
2018-09-17fix a bug in get_dEdx()tlatorre
2018-09-17fix a bug in interp1d()tlatorre
2018-09-17add a header file with the SNOMAN particle and target ID codestlatorre
2018-09-17add bitmasks for the mc track status wordtlatorre
2018-09-17add MC Track bank to zdab_utilstlatorre
2018-09-13fix width formatting for t0tlatorre
2018-09-13add a function to compute log(n) for integer ntlatorre
2018-09-13speed things up by introducing a minimum ratio between probabilitiestlatorre
2018-09-12small updates to speed things uptlatorre
2018-09-12update the starting parameterstlatorre
2018-09-11only print the likelihood value once for each iteration during the "quick" mi...tlatorre
2018-09-11fix the energy and position when doing the "quick" minimizationstlatorre
2018-09-11switch order of expressions to avoid a valgrind warningtlatorre
2018-09-11update fast likelihood function to include the pmt response and absorptiontlatorre
2018-09-11add absorption lengthtlatorre
2018-09-11update PMT_RADIUS to be the radius of the PMT concentratortlatorre
2018-09-11add PMT responsetlatorre
2018-09-10add a fast likelihood functiontlatorre
2018-09-09fix bug in charge PDF calculationtlatorre
2018-09-06compute theta0 in path_init() to speed things uptlatorre
2018-09-06update theta0 calculationtlatorre
2018-09-06introduce a minimum value for the scattering RMS theta0tlatorre
2018-09-04update kinetic energy step size to 2% of initial kinetic energy guesstlatorre
2018-09-04add a function to return the kahan sum of an arraytlatorre
2018-09-04update fit to guess energy, direction, and t0tlatorre
2018-08-31add muon critical energy for D2Otlatorre
2018-08-31start by doing a series of "quick" minimizationstlatorre
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-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