From c3a86f789652b2c4bed44fc6f6a4c87e740f9515 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 18 Sep 2018 12:22:53 -0500 Subject: add functions to get the PMT reflectivity from the PMTR bank --- src/pmt_response.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pmt_response.h') diff --git a/src/pmt_response.h b/src/pmt_response.h index 300f6b2..694ab0a 100644 --- a/src/pmt_response.h +++ b/src/pmt_response.h @@ -15,7 +15,9 @@ extern char pmtr_err[256]; #define KPMTR_RESP 5 #define KPMTR_REFLEC 4506 +double get_weighted_pmt_reflectivity(double theta); double get_weighted_pmt_response(double theta); +double get_pmt_reflectivity(double wavelength, double theta); double get_pmt_response(double wavelength, double theta); int pmt_response_init(dict *db); void pmt_response_free(void); -- cgit