aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
AgeCommit message (Collapse)Author
2020-12-27add dm-search to Makefiletlatorre
2020-11-29add a script to calculate the cc, nc, and total event ratetlatorre
This commit adds a script called print-event-rate which calculates the event rate per year from the GENIE MCPL files. The livetime comes from the autosno run_info.log file. The output of the script is a latex table that I included in my thesis.
2020-10-12update Makefiletlatorre
2020-10-09add mcpl to Makefiletlatorre
2020-09-07update Makefiletlatorre
2020-07-07add zdab-reprocess-orphans and plot-muons to Makefiletlatorre
2020-06-02update Makefiletlatorre
2020-05-19add a new script to delete zdab files on the grid which were successfully fittlatorre
2020-05-11update utils/ folder to make a python package called sddmtlatorre
This commit adds an sddm python package to the utils/ folder. This allows me to consolidate code used across all the various scripts. This package is now installed by default to /home/tlatorre/local/lib/python2.7/site-packages so you should add the following to your .bashrc file: export PYTHONPATH=$HOME/local/lib/python2.7/site-packages/:$PYTHONPATH before using the scripts installed to ~/local/bin.
2019-08-27add a script to reprocess SNO zdabstlatorre
2019-07-16install plot-energytlatorre
2019-07-16install cat-grid-jobs and chmod +x fit-wrappertlatorre
2019-07-11switch from YAML output to HDF5 to speed things uptlatorre
2019-06-24add a generator to simulate self destructing dark mattertlatorre
2019-05-24add a script to submit jobs to the gridtlatorre