~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_py/geometry/GDMLtoMAUSModule.py

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
DET_GDML = ['TOF0.gdml', 'TOF1.gdml', 'TOF2.gdml', \
29
29
            'Tracker0.gdml', 'Tracker1.gdml',\
30
30
            'KL.gdml', 'Ckov1.gdml', 'Ckov2.gdml', 'Disk_LiH.gdml',\
31
 
            'Wedge_LiH_90.gdml', 'Wedge_LiH_45.gdml', 'LH2.gdml','EMR.gdml']
 
31
            'Wedge_LiH_90.gdml', 'Wedge_LiH_45.gdml', 'LH2.gdml','EMR.gdml',\
 
32
            'iris1_closed.gdml', 'iris2_open.gdml', 'iris3_open.gdml',\
 
33
            'iris3_closed.gdml', 'iris4_open.gdml',\
 
34
            'iris2_closed.gdml', 'iris1_open.gdml',\
 
35
            'iris4_closed.gdml']
32
36
 
33
37
class GDMLtomaus(): #pylint: disable = R0903
34
38
    """