diff options
-rw-r--r-- | src/pmt.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |