diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-09-11 10:13:31 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-09-11 10:13:31 -0500 |
commit | ebe4b59376622009818ffb96f109221571e33dfb (patch) | |
tree | 6c2eb68ec19ab72f542b66425b7157124ed49bf7 | |
parent | 25e75ad0ed81436ea50de5bbe7bf900427ff17aa (diff) | |
download | sddm-ebe4b59376622009818ffb96f109221571e33dfb.tar.gz sddm-ebe4b59376622009818ffb96f109221571e33dfb.tar.bz2 sddm-ebe4b59376622009818ffb96f109221571e33dfb.zip |
update PMT_RADIUS to be the radius of the PMT concentrator
-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 |