Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | update check-dqxx-filesHEADmaster | tlatorre | |
2021-01-15 | add script to check for missing dqxx files | tlatorre | |
2021-01-15 | fix x axis | tlatorre | |
2021-01-15 | don't print out ftp_r_michel since it's deleted | tlatorre | |
2021-01-15 | fix y axis again | tlatorre | |
2021-01-15 | fix y axis | tlatorre | |
2021-01-14 | calculate total number of atmospheric events by summing flux_weights | tlatorre | |
2021-01-05 | get rid of --nhit-thresh | tlatorre | |
2021-01-05 | print latex table | tlatorre | |
2021-01-05 | update dc flasher and noise code | tlatorre | |
2021-01-05 | add --fast argument to dm-search | tlatorre | |
2021-01-05 | add --fast | tlatorre | |
2021-01-05 | hack to get rid of flasher and muon events in breakdown sample | tlatorre | |
2021-01-04 | update plot-dc | tlatorre | |
2021-01-04 | get rid of nhit_thresh | tlatorre | |
2021-01-04 | update radius cut in dc | tlatorre | |
2021-01-03 | add --universe argument to dm-search | tlatorre | |
2021-01-03 | speed up submit-grid-jobs | tlatorre | |
This commit updates submit-grid-jobs to not run zdab-cat if the file has already been submitted. | |||
2021-01-03 | add a numba optimized version of interp | tlatorre | |
2021-01-03 | speed up read_mcpl() | tlatorre | |
2021-01-03 | reduce memory usage by creating weights dict early | tlatorre | |
2021-01-03 | cache results from get_events() | tlatorre | |
2020-12-27 | reduce memory usage | tlatorre | |
2020-12-27 | reduce memory usage | tlatorre | |
2020-12-27 | reduce memory usage | tlatorre | |
2020-12-27 | add dm-search to Makefile | tlatorre | |
2020-12-25 | don't exit if some runs don't have MC | tlatorre | |
2020-12-25 | merge left | tlatorre | |
2020-12-25 | don't warn about rhdr banks and 50 MHz clock jumps for MC | tlatorre | |
2020-12-22 | move check earlier | tlatorre | |
2020-12-22 | fix typo from last commit | tlatorre | |
2020-12-22 | go back to checking rhdr instead of ev | tlatorre | |
2020-12-21 | fix another rhdr check | tlatorre | |
2020-12-21 | fix rhdr check | tlatorre | |
2020-12-21 | only concat files with at least 1 event | tlatorre | |
2020-12-21 | use correct bins when calculation threshold | tlatorre | |
2020-12-21 | update dm-search to only look for mediator masses up to 1 GeV | tlatorre | |
2020-12-21 | update bins for muon histograms | tlatorre | |
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-16 | use a hash to merge weights with MC data | tlatorre | |
2020-12-16 | print out livetime from run_info.log in dm-search | tlatorre | |
2020-12-16 | python 3 fix | tlatorre | |
2020-12-15 | add code to reweight the tau neutrino events | tlatorre | |
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-09 | update discovery threshold again | tlatorre | |
2020-12-09 | ensure discovery threshold is at least 0 | tlatorre | |
2020-12-09 | speed up chi2 and dm-search | tlatorre | |
2020-12-09 | use nanpercentile in get_events() | tlatorre | |
2020-12-09 | discard negative weights | tlatorre | |
2020-12-09 | fix bug introduced in previous commit | tlatorre | |
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-09 | fix bug when running chi2 --pull | tlatorre | |
2020-12-09 | update logger.py to be python3 compatible | tlatorre | |
This commite updates the Logger class to use str instead of basestring. |