From 8117ba49eea965eaf736ca869f2f67e0a8e9de6a Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 16 Nov 2020 10:05:25 -0600 Subject: 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. --- src/optics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/optics.h') 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. */ -- cgit