aboutsummaryrefslogtreecommitdiff
path: root/src/fit.c
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-10-02 13:53:42 -0500
committertlatorre <tlatorre@uchicago.edu>2018-10-02 13:53:42 -0500
commitbe2a0b7bdb0ece2e2f02ed18514cb1302ca6011a (patch)
tree22698a1235c8aa15aae2390e2d54163941abb799 /src/fit.c
parent47d601225169ec3e23b8d9b2af74aa3abef5be58 (diff)
downloadsddm-be2a0b7bdb0ece2e2f02ed18514cb1302ca6011a.tar.gz
sddm-be2a0b7bdb0ece2e2f02ed18514cb1302ca6011a.tar.bz2
sddm-be2a0b7bdb0ece2e2f02ed18514cb1302ca6011a.zip
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.
Diffstat (limited to 'src/fit.c')
-rw-r--r--src/fit.c4
1 files changed, 2 insertions, 2 deletions
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);
}