From be2a0b7bdb0ece2e2f02ed18514cb1302ca6011a Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 2 Oct 2018 13:53:42 -0500 Subject: update optics to use LETA constants for the D2O phase This commit updates the PMT response bank and absorption lengths for H2O and D2O based on the values in mcprod which were used for the LETA analysis. --- src/fit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fit.c') diff --git a/src/fit.c b/src/fit.c index 76e8db0..8523489 100644 --- a/src/fit.c +++ b/src/fit.c @@ -5462,8 +5462,8 @@ int main(int argc, char **argv) exit(1); } - if (load_file(db, "pmt_response.dat")) { - fprintf(stderr, "failed to load pmt_response.dat: %s\n", db_err); + if (load_file(db, "pmt_response_qoca_d2o_20060216.dat")) { + fprintf(stderr, "failed to load pmt_response_qoca_d2o_20060216.dat: %s\n", db_err); exit(1); } -- cgit