From 8538a7cbc01f5f3143cb366884dfa84ebc1625ed Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 20 Sep 2018 11:19:25 -0500 Subject: add absorption lengths for D2O and H2O weighted by the Cerenkov spectrum and the quantum efficiency --- src/optics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/optics.h') diff --git a/src/optics.h b/src/optics.h index 13b3e0b..fdeefdd 100644 --- a/src/optics.h +++ b/src/optics.h @@ -1,7 +1,10 @@ #ifndef OPTICS_H #define OPTICS_H +int optics_init(void); +double get_weighted_absorption_length_snoman_h2o(void); double get_absorption_length_snoman_h2o(double wavelength); +double get_weighted_absorption_length_snoman_d2o(void); double get_absorption_length_snoman_d2o(double wavelength); double get_index(double p, double wavelength, double T); double get_index_snoman_h2o(double wavelength); -- cgit