diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-11-29 11:37:10 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-11-29 11:37:10 -0600 |
commit | c5a654ef1bea85ee450eb46b6b0b510a0ad13493 (patch) | |
tree | 87b49cde6c485fc9cb24b8e3bf1778500fe1fc24 /utils/Makefile | |
parent | 351f892a84d6c64d1d5cbbf3abea5bc89485576a (diff) | |
download | sddm-c5a654ef1bea85ee450eb46b6b0b510a0ad13493.tar.gz sddm-c5a654ef1bea85ee450eb46b6b0b510a0ad13493.tar.bz2 sddm-c5a654ef1bea85ee450eb46b6b0b510a0ad13493.zip |
add a script to calculate the cc, nc, and total event rate
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.
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 6eff67d..47da467 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -29,6 +29,7 @@ install: $(INSTALL) plot-michels $(INSTALL_BIN) $(INSTALL) mcpl $(INSTALL_BIN) $(INSTALL) submit-grid-jobs-queue $(INSTALL_BIN) + $(INSTALL) print-event-rate $(INSTALL_BIN) ./setup.py install --prefix=$(PREFIX) .PHONY: install |