Warning, /geant4/examples/advanced/gorad/simpleCone.gdml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 <gdml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd">
0003
0004 <define>
0005 <constant name="thickness" value="5" />
0006 <position name="origin" unit="mm" x="0" y="0" z="0" />
0007 </define>
0008
0009 <materials>
0010 <material name = "STAINLESS-STEEL" formula="STAINLESS-STEEL" >
0011 <D value="8" />
0012 <fraction n ="0.169001" ref = "G4_Cr" />
0013 <fraction n ="0.746213" ref = "G4_Fe" />
0014 <fraction n ="0.0847861" ref = "G4_Ni" />
0015 </material>
0016 </materials>
0017
0018 <solids>
0019 <box aunit="deg" lunit="mm" name="worldBox" x="6010" y="6010" z="6010" />
0020 <cone aunit="deg" lunit="mm" name="OuterCone" rmax1="1850" rmax2="1160" z="1000" deltaphi="360" />
0021 <cone aunit="deg" lunit="mm" name="InnerCone" rmax1="1850-2*thickness" rmax2="1160-2*thickness" z="1000-2*thickness" deltaphi="360" />
0022 </solids>
0023 <structure>
0024 <volume name="InnerAir" >
0025 <materialref ref="G4_AIR" />
0026 <solidref ref="InnerCone" />
0027 </volume>
0028 <volume name="ConnicalBody" >
0029 <materialref ref="STAINLESS-STEEL" />
0030 <solidref ref="OuterCone" />
0031 <physvol>
0032 <volumeref ref="InnerAir" />
0033 <positionref ref="origin" />
0034 </physvol>
0035 </volume>
0036 <volume name="World" >
0037 <materialref ref="G4_Galactic" />
0038 <solidref ref="worldBox" />
0039 <physvol>
0040 <volumeref ref="ConnicalBody" />
0041 <positionref ref="origin" />
0042 </physvol>
0043 </volume>
0044 </structure>
0045 <setup name="Default" version="1.0" >
0046 <world ref="World" />
0047 </setup>
0048 </gdml>