summaryrefslogtreecommitdiff
path: root/detectors
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-06-01 17:00:37 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-06-01 17:00:37 -0400
commitd0825a136ff65b36069ff8b078b9fd97adeed0df (patch)
treeca47a0bfb495d8795e3fba7c7315215a5d7f5513 /detectors
parentb0f5fa8f463136ee8fb5401b3aa76d1b087997d2 (diff)
downloadchroma-d0825a136ff65b36069ff8b078b9fd97adeed0df.tar.gz
chroma-d0825a136ff65b36069ff8b078b9fd97adeed0df.tar.bz2
chroma-d0825a136ff65b36069ff8b078b9fd97adeed0df.zip
first step towards moving to a new mesh/solid/geometry structure
Diffstat (limited to 'detectors')
-rw-r--r--detectors/lbne.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/detectors/lbne.py b/detectors/lbne.py
index a9136dd..81f5dd7 100644
--- a/detectors/lbne.py
+++ b/detectors/lbne.py
@@ -10,9 +10,10 @@ dir = os.path.split(os.path.realpath(__file__))[0]
sys.path.append(dir + '/..')
import models
-from stl import read_stl
+from mesh import *
from transform import rotate
-from geometry import Geometry, Solid
+from solid import Solid
+from geometry import Geometry
from materials import glass, h2o
endcap_spacing = .485