aboutsummaryrefslogtreecommitdiff
path: root/src/likelihood.c
AgeCommit message (Expand)Author
2019-06-14get rid of gcc warningtlatorre
2019-06-14add a function to compute the most likely number of PE given an observed chargetlatorre
2019-06-02fast_sqrt() -> sqrt()tlatorre
2019-06-02update likelihood function to speed it uptlatorre
2019-06-02update get_probability() to take sin(theta) as an argumenttlatorre
2019-06-02update likelihood to use fast_sqrt()tlatorre
2019-05-29add get_avg_index_{d2o,h2o} functionstlatorre
2019-05-24add a comment to get_theta0_min()tlatorre
2019-05-23add 1e-10 to the angular pdfs to ensure that the CDF is strictly increasingtlatorre
2019-05-22fix a bug in previous committlatorre
2019-05-22add a function to compute the number of shower photons for muonstlatorre
2019-05-22WATER_DENSITY -> HEAVY_WATER_DENSITYtlatorre
2019-05-13update method for calculating expected number of photons from shower and delt...tlatorre
2019-03-26forgot to add scattering from acrylic to get_expected_charge()tlatorre
2019-03-26add energy dependent number of shower photonstlatorre
2019-03-26small update to the charge likelihood calculationtlatorre
2019-03-25update rayleigh scattering calculationtlatorre
2019-03-25fix uninitialized variabletlatorre
2019-03-25fix delta ray charge calculationtlatorre
2019-03-25speed up likelihood function by not calling trapz()tlatorre
2019-03-23speed up the likelihood calculation by avoiding calls to acos()tlatorre
2019-03-23fix a bug in the absorption and scattering probabilitiestlatorre
2019-03-23set CHARGE_FRACTION to 0.4 for both electrons and muonstlatorre
2019-03-17add indirect light for fast likelihood calculationtlatorre
2019-03-16add GPLv3 licensetlatorre
2019-01-31small updates to make sure we don't calculate nanstlatorre
2019-01-29normalize delta ray charge by total rangetlatorre
2019-01-27add photons from delta rays to likelihood calculationtlatorre
2018-12-13update fit.c to fit multiple verticestlatorre
2018-12-11add a function to find peaks using a Hough transformtlatorre
2018-12-03add a goodness of fit parameter psi to the fittlatorre
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 separate CHARGE_FRACTION variables for electrons and muonstlatorre
2018-11-27add rayleigh scatteringtlatorre
2018-11-27a bunch of small changes to speed things uptlatorre
2018-11-25add a separate `dx_shower` parameter for the spacing of the shower track inte...tlatorre
2018-11-25speed up fast likelihood calculationtlatorre
2018-11-25speed up particle inittlatorre
2018-11-25update likelihood to make sure we integrate over at least 100 pointstlatorre
2018-11-25add shower photons to fast likelihood calculationtlatorre
2018-11-17add some commentstlatorre
2018-11-17add guess_time() function to approximate the PMT hit timetlatorre
2018-11-17speed up likelihood function and switch to using fixed dxtlatorre
2018-11-14update TODO and small updates to likelihood calculationtlatorre
2018-11-14fix some compiler warningstlatorre
2018-11-14speed things up againtlatorre
2018-11-14speed things up by skipping zero valuestlatorre
2018-11-14initialize static arraystlatorre