aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-09-11 10:13:31 -0500
committertlatorre <tlatorre@uchicago.edu>2018-09-11 10:13:31 -0500
commitebe4b59376622009818ffb96f109221571e33dfb (patch)
tree6c2eb68ec19ab72f542b66425b7157124ed49bf7
parent25e75ad0ed81436ea50de5bbe7bf900427ff17aa (diff)
downloadsddm-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.h5
1 files changed, 2 insertions, 3 deletions
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