aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-14fix empty list item at top of YAML filetlatorre
2019-06-14add trigger word and trigger time in ns to the YAML filetlatorre
2019-06-14fix parsing of global trigger time from EV bank (it's stored as a double)tlatorre
2019-06-14set the maximum kinetic energy in the fit dynamically based on particle IDtlatorre
2019-06-14add comment about why we assume that SNOMAN gets the PMT types righttlatorre
2019-06-14add a function to compute a data cleaning wordtlatorre
2019-06-14update flasher cut to use pt1 instead of epttlatorre
2019-06-14forgot to add event.htlatorre
2019-06-14flag hits with bad or railed chargetlatorre
2019-06-14get rid of gcc warningtlatorre
2019-06-14set the starting energy to MAX_ENERGY if it's greatertlatorre
2019-06-14add a function to compute the most likely number of PE given an observed chargetlatorre
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