summaryrefslogtreecommitdiff
path: root/src/physical_constants.h
diff options
context:
space:
mode:
authorAnthony LaTorre <tlatorre9@gmail.com>2011-06-17 14:51:40 -0400
committerAnthony LaTorre <tlatorre9@gmail.com>2011-06-17 14:51:40 -0400
commit34ff4d6c734e5adf3aa8a0e7ca89031effdb1489 (patch)
tree8e3ed0a692117b3eb38d6d89029f9cae42f2ede0 /src/physical_constants.h
parent870236b3c4950762a73247c68023a8dee6e14a7b (diff)
downloadchroma-34ff4d6c734e5adf3aa8a0e7ca89031effdb1489.tar.gz
chroma-34ff4d6c734e5adf3aa8a0e7ca89031effdb1489.tar.bz2
chroma-34ff4d6c734e5adf3aa8a0e7ca89031effdb1489.zip
visually tested optics code. added models of the inner and outer meshes for the 12" hamamatsu and sno pmts. ratdb.py is able to parse ratdb files. chromaticity.py provides a function to map wavelength -> rgb color. lbne detector model now includes an outer black cylinder and pmts with a glass layer and photocathode/reflective surfaces.
Diffstat (limited to 'src/physical_constants.h')
-rw-r--r--src/physical_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/physical_constants.h b/src/physical_constants.h
index 2ff87cd..d591e93 100644
--- a/src/physical_constants.h
+++ b/src/physical_constants.h
@@ -3,5 +3,6 @@
#define SPEED_OF_LIGHT 2.99792458e8
#define PI 3.141592653589793
+#define EPSILON 1.0e-3
#endif