From 8c57794e94f9a9321f76946b33dbff6ab1b4d964 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Wed, 5 Oct 2011 19:13:16 -0400 Subject: Missing glass parameter in build_pmt_shell() --- chroma/pmt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroma/pmt.py b/chroma/pmt.py index 6f9e0df..c8badad 100644 --- a/chroma/pmt.py +++ b/chroma/pmt.py @@ -22,7 +22,7 @@ def build_light_collector(pmt, a, b, d, rmin, rmax, surface, npoints=10): return Solid(lc_mesh, pmt.outer_material, pmt.outer_material, surface=surface) -def build_pmt_shell(filename, outer_material, nsteps=16): +def build_pmt_shell(filename, outer_material, glass, nsteps=16): profile = read_csv(filename) # slice profile in half -- cgit