Warning, /eic-opticks/tests/geom/sphere_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 <sphere name="OuterPatch"
0019 rmin="0"
0020 rmax="100"
0021 startphi="0"
0022 deltaphi="1.57079632679"
0023 starttheta="0"
0024 deltatheta="3.14159265359"
0025 aunit="rad"
0026 lunit="mm"/>
0027
0028 <sphere name="InnerPatch"
0029 rmin="0"
0030 rmax="95"
0031 startphi="0"
0032 deltaphi="1.57079632679"
0033 starttheta="0"
0034 deltatheta="3.14159265359"
0035 aunit="rad"
0036 lunit="mm"/>
0037
0038 <subtraction name="QuarterShell">
0039 <first ref="OuterPatch"/>
0040 <second ref="InnerPatch"/>
0041 </subtraction>
0042 </solids>
0043
0044 <structure>
0045 <volume name="QuarterShell_lv">
0046 <materialref ref="Dummy"/>
0047 <solidref ref="QuarterShell"/>
0048 </volume>
0049
0050 <volume name="World_lv">
0051 <materialref ref="Dummy"/>
0052 <solidref ref="WorldBox"/>
0053 <physvol name="QuarterShell_pv">
0054 <volumeref ref="QuarterShell_lv"/>
0055 <position name="QuarterShell_pos" unit="mm" x="0" y="0" z="0"/>
0056 </physvol>
0057 </volume>
0058 </structure>
0059
0060 <setup name="Default" version="1.0">
0061 <world ref="World_lv"/>
0062 </setup>
0063 </gdml>