aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-13add a data cleaning cut to tag incoming muonstlatorre
2019-06-10add a bunch of SNO data quality cutstlatorre
2019-06-10update get_event() to include all PMT typestlatorre
2019-06-06add --gtid command line argument to test-find-peakstlatorre
2019-06-06print out "loading DQXX ..." line to stderrtlatorre
2019-06-06update find_file() to use the environment variable DQXX_DIRtlatorre
2019-06-02fast_sqrt() -> sqrt()tlatorre
2019-06-02add is_flasher field to outputtlatorre
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-06-02add a fast sqrt function for values in between 0 and 1tlatorre
2019-06-02update find_peaks() to only return unique peakstlatorre
2019-06-02add a test for fast_acos()tlatorre
2019-05-29update scattering.c to use interp2d() and interp1d() to speed things uptlatorre
2019-05-29add get_avg_index_{d2o,h2o} functionstlatorre
2019-05-29set step size on theta and phi to 0.1tlatorre
2019-05-24add a script to concatenate output from grid jobstlatorre
2019-05-24add a script to submit jobs to the gridtlatorre
2019-05-24update sprintf_yaml_list()tlatorre
2019-05-24add a comment to get_theta0_min()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-24set THETA0_MIN to 1e-5tlatorre
2019-05-23write to stdout if no output file is specifiedtlatorre
2019-05-23add zdab-cattlatorre
2019-05-23make float formatting consistent in sprintf_yaml_list()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-22make sure theta0 is less than MAX_THETA0 in get_probability() to prevent a gs...tlatorre
2019-05-22WATER_DENSITY -> HEAVY_WATER_DENSITYtlatorre
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-31fix a few typos in interp2d()tlatorre
2019-03-31update test-find-peaks to plot cerenkov ringstlatorre
2019-03-31update Makefiletlatorre
2019-03-26small fix to fit.ctlatorre
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 some more warnings pointed out by clangtlatorre
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