diff options
| author | tlatorre <tlatorre@uchicago.edu> | 2018-10-02 13:53:42 -0500 |
|---|---|---|
| committer | tlatorre <tlatorre@uchicago.edu> | 2018-10-02 13:53:42 -0500 |
| commit | be2a0b7bdb0ece2e2f02ed18514cb1302ca6011a (patch) | |
| tree | 22698a1235c8aa15aae2390e2d54163941abb799 /src/fit.c | |
| parent | 47d601225169ec3e23b8d9b2af74aa3abef5be58 (diff) | |
| download | sddm-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |
