aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
AgeCommit message (Expand)Author
2019-03-16add GPLv3 licensetlatorre
2019-03-07fix a bug in path_init() when the direction was equal to (0,0,1)tlatorre
2018-11-17speed up likelihood function and switch to using fixed dxtlatorre
2018-10-18update path_init() to check for a divide by zerotlatorre
2018-10-18update fit to fit for electrons and protonstlatorre
2018-10-17fix a bug in the theta0 calculation for a pathtlatorre
2018-10-01fall back to old scattering rms calculation when n = 0tlatorre
2018-09-20make sure direction vector is normalized in path_eval()tlatorre
2018-09-17update muon kinetic energy 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 fit to guess energy, direction, and t0tlatorre
2018-08-31use interp1d() to interpolate path to speed things uptlatorre
2018-08-31rotate and translate the path in path_init to speed things uptlatorre
2018-08-28add path to the likelihood fittlatorre
2018-08-27add code to expand the track of a particle using a KL expansiontlatorre