summaryrefslogtreecommitdiff
path: root/solids
diff options
context:
space:
mode:
Diffstat (limited to 'solids')
-rw-r--r--solids/__init__.py3
-rw-r--r--solids/sno_pmt.txt10
2 files changed, 8 insertions, 5 deletions
diff --git a/solids/__init__.py b/solids/__init__.py
index b6df2f3..338725c 100644
--- a/solids/__init__.py
+++ b/solids/__init__.py
@@ -27,3 +27,6 @@ def build_12inch_pmt_with_lc(outer_material=water, theta=np.pi/8):
pmt = build_12inch_pmt(outer_material, theta)
return pmt + build_light_collector(pmt, a=lc_12inch_a, b=lc_12inch_b, d=lc_12inch_d, rmin=lc_12inch_rmin, rmax=lc_12inch_rmax)
+@buildable('8inch_pmt')
+def build_8inch_pmt(outer_material=water, theta=np.pi/8):
+ return build_pmt(dir + '/sno_pmt.txt', 0.003, outer_material, theta)
diff --git a/solids/sno_pmt.txt b/solids/sno_pmt.txt
index b1fd494..9553505 100644
--- a/solids/sno_pmt.txt
+++ b/solids/sno_pmt.txt
@@ -114,8 +114,8 @@
-41.8365, -177.015
-41.1649, -183.3295
-34.8588, -184.0097
--27.8484, -183.9855
--20.838, -183.9614
--13.8276, -183.9373
--6.8171, -183.9132
--3.3119, -183.9011
+#-27.8484, -183.9855
+#-20.838, -183.9614
+#-13.8276, -183.9373
+#-6.8171, -183.9132
+#-3.3119, -183.9011