aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2021-01-15add script to check for missing dqxx filestlatorre
2021-01-15fix x axistlatorre
2021-01-15don't print out ftp_r_michel since it's deletedtlatorre
2021-01-15fix y axis againtlatorre
2021-01-15fix y axistlatorre
2021-01-14calculate total number of atmospheric events by summing flux_weightstlatorre
2021-01-05get rid of --nhit-threshtlatorre
2021-01-05print latex tabletlatorre
2021-01-05update dc flasher and noise codetlatorre
2021-01-05add --fast argument to dm-searchtlatorre
2021-01-05add --fasttlatorre
2021-01-05hack to get rid of flasher and muon events in breakdown sampletlatorre
2021-01-04update plot-dctlatorre
2021-01-04get rid of nhit_threshtlatorre
2021-01-04update radius cut in dctlatorre
2021-01-03add --universe argument to dm-searchtlatorre
2021-01-03speed up submit-grid-jobstlatorre
This commit updates submit-grid-jobs to not run zdab-cat if the file has already been submitted.
2021-01-03add a numba optimized version of interptlatorre
2021-01-03speed up read_mcpl()tlatorre
2021-01-03reduce memory usage by creating weights dict earlytlatorre
2021-01-03cache results from get_events()tlatorre
2020-12-27reduce memory usagetlatorre
2020-12-27reduce memory usagetlatorre
2020-12-27reduce memory usagetlatorre
2020-12-27add dm-search to Makefiletlatorre
2020-12-25don't exit if some runs don't have MCtlatorre
2020-12-25merge lefttlatorre
2020-12-25don't warn about rhdr banks and 50 MHz clock jumps for MCtlatorre
2020-12-22move check earliertlatorre
2020-12-22fix typo from last committlatorre
2020-12-22go back to checking rhdr instead of evtlatorre
2020-12-21fix another rhdr checktlatorre
2020-12-21fix rhdr checktlatorre
2020-12-21only concat files with at least 1 eventtlatorre
2020-12-21use correct bins when calculation thresholdtlatorre
2020-12-21update dm-search to only look for mediator masses up to 1 GeVtlatorre
2020-12-21update bins for muon histogramstlatorre
This commit updates the bins for the muon histograms to not go too far above 2 GeV. The reason is that at these energies most muons will exit the detetor and my energy reconstruction doesn't work too well. I also updated chi2 and dm-search to use the flux_weight when sampling from the MC.
2020-12-16use a hash to merge weights with MC datatlatorre
2020-12-16print out livetime from run_info.log in dm-searchtlatorre
2020-12-16python 3 fixtlatorre
2020-12-15add code to reweight the tau neutrino eventstlatorre
This commit updates the code to reweight the MC data from tau neutrinos since I stupidly simulated the muon neutrino flux instead of the tau neutrino flux.
2020-12-09update discovery threshold againtlatorre
2020-12-09ensure discovery threshold is at least 0tlatorre
2020-12-09speed up chi2 and dm-searchtlatorre
2020-12-09use nanpercentile in get_events()tlatorre
2020-12-09discard negative weightstlatorre
2020-12-09fix bug introduced in previous committlatorre
This commit fixes a bug I introduced earlier in chi2 and dm-search since we want to remove runs not in the MC for both the signal and atmospheric samples.
2020-12-09fix bug when running chi2 --pulltlatorre
2020-12-09update logger.py to be python3 compatibletlatorre
This commite updates the Logger class to use str instead of basestring.
2020-12-09don't delete mc data from runs not in data when running chi2 --coveragetlatorre