Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic-opticks/tests/geom/tube_phicut_quarter_shell.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" xsi:noNamespaceSchemaLocation="">
0003 
0004   <materials>
0005     <element name="O" formula="O" Z="8">
0006       <atom value="15.999" unit="g/mole"/>
0007     </element>
0008 
0009     <material name="Dummy" state="solid">
0010       <D value="1.0" unit="g/cm3"/>
0011       <fraction n="1.0" ref="O"/>
0012     </material>
0013   </materials>
0014 
0015   <solids>
0016     <box name="WorldBox" x="400" y="400" z="400" lunit="mm"/>
0017 
0018     <tube name="QuarterTube"
0019           rmin="50"
0020           rmax="100"
0021           z="120"
0022           startphi="0"
0023           deltaphi="1.57079632679"
0024           aunit="rad"
0025           lunit="mm"/>
0026   </solids>
0027 
0028   <structure>
0029     <volume name="QuarterTube_lv">
0030       <materialref ref="Dummy"/>
0031       <solidref ref="QuarterTube"/>
0032     </volume>
0033 
0034     <volume name="World_lv">
0035       <materialref ref="Dummy"/>
0036       <solidref ref="WorldBox"/>
0037       <physvol name="QuarterTube_pv">
0038         <volumeref ref="QuarterTube_lv"/>
0039         <position name="QuarterTube_pos" unit="mm" x="0" y="0" z="0"/>
0040       </physvol>
0041     </volume>
0042   </structure>
0043 
0044   <setup name="Default" version="1.0">
0045     <world ref="World_lv"/>
0046   </setup>
0047 </gdml>