From d70984de03adf3ceb37734b700426d0f1ededd7f Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 11 Sep 2018 10:25:28 -0500 Subject: add absorption length This commit adds the absorption length to the likelihood calculation. For now I'm just using a single number independent of wavelength. I should update this in the future to actually use the absorption lengths as measured by SNO and then calculate an overall absorption length weighted by the Cerenkov spectrum and the PMT quantum efficiency. --- src/optics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/optics.h') diff --git a/src/optics.h b/src/optics.h index e2df659..5a6dec9 100644 --- a/src/optics.h +++ b/src/optics.h @@ -1,6 +1,7 @@ #ifndef OPTICS_H #define OPTICS_H +double get_absorption_length_snoman_d2o(double wavelength); double get_index(double p, double wavelength, double T); double get_index_snoman_h2o(double wavelength); double get_index_snoman_d2o(double wavelength); -- cgit