Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic-opticks/tests/geom/test_trd.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     <trd name="TrdSolid"
0035          x1="200" x2="60"
0036          y1="300" y2="80"
0037          z="400"
0038          lunit="mm"/>
0039     <box name="DetSolid" x="500" y="500" z="1" lunit="mm"/>
0040     <opticalsurface name="DetOpSurface" model="0" finish="0" type="1" value="1">
0041       <property name="REFLECTIVITY" ref="REFLECTIVITY_Det"/>
0042       <property name="EFFICIENCY" ref="EFFICIENCY_Det"/>
0043     </opticalsurface>
0044   </solids>
0045 
0046   <structure>
0047     <volume name="DetVolume">
0048       <materialref ref="Quartz"/>
0049       <solidref ref="DetSolid"/>
0050       <auxiliary auxtype="SensDet" auxvalue="PMT"/>
0051     </volume>
0052     <volume name="TrdVolume">
0053       <materialref ref="Quartz"/>
0054       <solidref ref="TrdSolid"/>
0055     </volume>
0056     <volume name="World">
0057       <materialref ref="Vacuum"/>
0058       <solidref ref="WorldSolid"/>
0059       <physvol name="TrdPV">
0060         <volumeref ref="TrdVolume"/>
0061       </physvol>
0062       <physvol name="DetPV">
0063         <volumeref ref="DetVolume"/>
0064         <position name="DetPV_pos" unit="mm" x="0" y="0" z="250"/>
0065       </physvol>
0066     </volume>
0067     <skinsurface name="DetSkinSurface" surfaceproperty="DetOpSurface">
0068       <volumeref ref="DetVolume"/>
0069     </skinsurface>
0070   </structure>
0071 
0072   <setup name="Default" version="1.0">
0073     <world ref="World"/>
0074   </setup>
0075 
0076 </gdml>