aboutsummaryrefslogtreecommitdiff
path: root/src/fit.c
AgeCommit message (Expand)Author
2019-06-14set the maximum kinetic energy in the fit dynamically based on particle IDtlatorre
2019-06-14add a function to compute a data cleaning wordtlatorre
2019-06-14set the starting energy to MAX_ENERGY if it's greatertlatorre
2019-06-13add a data cleaning cut to tag incoming muonstlatorre
2019-06-02add is_flasher field to outputtlatorre
2019-06-02update find_peaks() to only return unique peakstlatorre
2019-05-29set step size on theta and phi to 0.1tlatorre
2019-05-24add a script to submit jobs to the gridtlatorre
2019-05-24update sprintf_yaml_list()tlatorre
2019-05-24several small updates to fit.ctlatorre
2019-05-24switch to using BOBYQA since it's fastertlatorre
2019-05-24change MAX_NPEAKS to 5tlatorre
2019-05-24don't do fast fit during quick minimization phasetlatorre
2019-05-23add zdab-cattlatorre
2019-05-23make float formatting consistent in sprintf_yaml_list()tlatorre
2019-05-14add --plot-likelihood option to fittlatorre
2019-05-13update method for calculating expected number of photons from shower and delt...tlatorre
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