From ebe4b59376622009818ffb96f109221571e33dfb Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 11 Sep 2018 10:13:31 -0500 Subject: update PMT_RADIUS to be the radius of the PMT concentrator --- src/pmt.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/pmt.h b/src/pmt.h index fb29f4c..b6a0359 100644 --- a/src/pmt.h +++ b/src/pmt.h @@ -2,9 +2,8 @@ #define PMT_H #define MAX_PMTS 10000 -/* PMT radius (cm). */ -/* FIXME: should be radius of concentrator. */ -#define PMT_RADIUS 10.16 +/* Radius of the PMT concentrator (cm). */ +#define PMT_RADIUS 13.5 /* PMT types from snoman.ratdb. */ #define PMT_NORMAL 1 -- cgit