From c5a654ef1bea85ee450eb46b6b0b510a0ad13493 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sun, 29 Nov 2020 11:37:10 -0600 Subject: 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. --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/Makefile') 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 -- cgit