diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 10:05:25 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 10:05:25 -0600 |
commit | 8117ba49eea965eaf736ca869f2f67e0a8e9de6a (patch) | |
tree | bbe7b8312321b24c04636ecbf5ef5a185efc230b /src/optics.h | |
parent | 8ddd9009444486479cb54a6f3e3e24eaf2124ca0 (diff) | |
download | sddm-8117ba49eea965eaf736ca869f2f67e0a8e9de6a.tar.gz sddm-8117ba49eea965eaf736ca869f2f67e0a8e9de6a.tar.bz2 sddm-8117ba49eea965eaf736ca869f2f67e0a8e9de6a.zip |
update fit to fit events from the salt phase
This commit updates both the PMT response and optics code to be able to
load constants from the salt phase.
Diffstat (limited to 'src/optics.h')
-rw-r--r-- | src/optics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optics.h b/src/optics.h index 26e268e..475beb2 100644 --- a/src/optics.h +++ b/src/optics.h @@ -25,7 +25,7 @@ extern char optics_err[256]; /* Initialize the optics data by precomputing the average absorption and * scattering tables. */ -int optics_init(void); +int optics_init(int run); /* Functions to get the index of refraction in water and heavy water averaged * over the Cerenkov spectrum and the PMT quantum efficiency. */ |