Warning, /eic-opticks/tests/geom/test_trap.gdml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
0002 <gdml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0003 xsi:noNamespaceSchemaLocation="http://cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd">
0004
0005 <define>
0006 <matrix coldim="2" name="RINDEX_Vacuum" values="1.55e-06 1.0 6.2e-06 1.0 1.033e-05 1.0 1.55e-05 1.0"/>
0007 <matrix coldim="2" name="RINDEX_Quartz" values="1.55e-06 1.46 6.2e-06 1.46 1.033e-05 1.46 1.55e-05 1.46"/>
0008 <matrix coldim="2" name="ABSLENGTH_Quartz" values="1.55e-06 100000 6.2e-06 100000 1.033e-05 100000 1.55e-05 100000"/>
0009 <matrix coldim="2" name="REFLECTIVITY_Det" values="1.55e-06 0 6.2e-06 0 1.033e-05 0 1.55e-05 0"/>
0010 <matrix coldim="2" name="EFFICIENCY_Det" values="1.55e-06 1 6.2e-06 1 1.033e-05 1 1.55e-05 1"/>
0011 </define>
0012
0013 <materials>
0014 <isotope N="28" Z="14" name="Si28"><atom unit="g/mole" value="27.977"/></isotope>
0015 <element name="Silicon"><fraction n="1.0" ref="Si28"/></element>
0016 <isotope N="16" Z="8" name="O16"><atom unit="g/mole" value="15.995"/></isotope>
0017 <element name="Oxygen"><fraction n="1.0" ref="O16"/></element>
0018 <material Z="1" name="Vacuum" state="gas">
0019 <D unit="g/cm3" value="1e-25"/>
0020 <atom unit="g/mole" value="1.00794"/>
0021 <property name="RINDEX" ref="RINDEX_Vacuum"/>
0022 </material>
0023 <material name="Quartz" state="solid">
0024 <D unit="g/cm3" value="2.2"/>
0025 <fraction n="0.4674" ref="Silicon"/>
0026 <fraction n="0.5326" ref="Oxygen"/>
0027 <property name="RINDEX" ref="RINDEX_Quartz"/>
0028 <property name="ABSLENGTH" ref="ABSLENGTH_Quartz"/>
0029 </material>
0030 </materials>
0031
0032 <solids>
0033 <box name="WorldSolid" x="2000" y="2000" z="2000" lunit="mm"/>
0034 <trap name="TrapSolid" z="400" theta="0" phi="0"
0035 y1="300" x1="200" x2="60" alpha1="-15"
0036 y2="300" x3="200" x4="60" alpha2="-15"
0037 aunit="deg" lunit="mm"/>
0038 <box name="DetSolid" x="500" y="500" z="1" lunit="mm"/>
0039 <opticalsurface name="DetOpSurface" model="0" finish="0" type="1" value="1">
0040 <property name="REFLECTIVITY" ref="REFLECTIVITY_Det"/>
0041 <property name="EFFICIENCY" ref="EFFICIENCY_Det"/>
0042 </opticalsurface>
0043 </solids>
0044
0045 <structure>
0046 <volume name="DetVolume">
0047 <materialref ref="Quartz"/>
0048 <solidref ref="DetSolid"/>
0049 <auxiliary auxtype="SensDet" auxvalue="PMT"/>
0050 </volume>
0051 <volume name="TrapVolume">
0052 <materialref ref="Quartz"/>
0053 <solidref ref="TrapSolid"/>
0054 </volume>
0055 <volume name="World">
0056 <materialref ref="Vacuum"/>
0057 <solidref ref="WorldSolid"/>
0058 <physvol name="TrapPV">
0059 <volumeref ref="TrapVolume"/>
0060 </physvol>
0061 <physvol name="DetPV">
0062 <volumeref ref="DetVolume"/>
0063 <position name="DetPV_pos" unit="mm" x="0" y="0" z="250"/>
0064 </physvol>
0065 </volume>
0066 <skinsurface name="DetSkinSurface" surfaceproperty="DetOpSurface">
0067 <volumeref ref="DetVolume"/>
0068 </skinsurface>
0069 </structure>
0070
0071 <setup name="Default" version="1.0">
0072 <world ref="World"/>
0073 </setup>
0074
0075 </gdml>