aboutsummaryrefslogtreecommitdiff
path: root/src/fit.c
AgeCommit message (Expand)Author
2019-03-31switch back to using subplextlatorre
2019-03-26small fix to fit.ctlatorre
2019-03-25update rayleigh scattering calculationtlatorre
2019-03-17set a relative tolerance of 1e-2 on the optimization parameters in the fast fittlatorre
2019-03-16add GPLv3 licensetlatorre
2019-03-16switch to using SBPLX for the minimizationtlatorre
2019-03-07update fit to automatically load DQXX file based on run numbertlatorre
2019-03-07update code to allow you to run the fit outside of the src directorytlatorre
2019-03-07don't fix the position during the fast fittlatorre
2019-03-05update quad() to not abort if the matrix is singulartlatorre
2019-03-04add a function to tag flasher eventstlatorre
2019-03-04update fit to print gtid and nhit even if we skip the eventtlatorre
2019-03-04add a --min-nhit command line argumenttlatorre
2019-03-04update get_event() to handle events without a pmt bank linktlatorre
2019-03-04skip logical record if there is no EV banktlatorre
2019-03-04skip reading in mcgn banks if there is no mc banktlatorre
2019-03-04check that all links are nonzerotlatorre
2019-01-15fix a bug with getting the first MCTK banktlatorre
2019-01-15update zebra library to be able to use linkstlatorre
2019-01-10update find_peaks algorithmtlatorre
2018-12-14switch to using fit_event2() by defaulttlatorre
2018-12-14fix help stringtlatorre
2018-12-13add some more comments and fix a memory leaktlatorre
2018-12-13add some commentstlatorre
2018-12-13update fit.c to fit multiple verticestlatorre
2018-12-04don't quit when maxtime is reachedtlatorre
2018-12-04fix bugtlatorre
2018-12-04add a command line parameter to control the maximum time of the fittlatorre
2018-12-04set a stopping criterion of 1% for the fit parameterstlatorre
2018-12-03add a goodness of fit parameter psi to the fittlatorre
2018-11-30sizeof()/sizeof() -> LEN()tlatorre
2018-11-30nll_muon -> nll and nll -> nopt_nlltlatorre
2018-11-30add ability to fit for multiple verticestlatorre
2018-11-28update sno_charge.ctlatorre
2018-11-27add rayleigh scatteringtlatorre
2018-11-27update dx_shower to 10 cm to speed things uptlatorre
2018-11-25add a separate `dx_shower` parameter for the spacing of the shower track inte...tlatorre
2018-11-17speed up likelihood function and switch to using fixed dxtlatorre
2018-11-14update yaml format to store fit results as a dictionary indexed by the partic...tlatorre
2018-11-11update likelihood function to fit electrons!tlatorre
2018-10-21set default number of points to 500tlatorre
2018-10-19epsrel -> npointstlatorre
2018-10-18update fit to fit for electrons and protonstlatorre
2018-10-12skip PMTs which weren't hit for the fast likelihood calculationtlatorre
2018-10-06prune output of mcvx and mctk bankstlatorre
2018-10-05epsrel = 1e-2 to speed up fittlatorre
2018-10-02update optics to use LETA constants for the D2O phasetlatorre
2018-10-01flag PMTs with the KPF_DIS bit settlatorre
2018-09-25increase maxeval to 20 for the "quick" minimization phasetlatorre
2018-09-20add particle id code to output filetlatorre