Warning, /geant4/examples/extended/persistency/gdml/G01/divisionvol.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 </define>
0006
0007 <materials>
0008 <material Z="1.0" name="AIR" state="gas">
0009 <D value="1e-24"/>
0010 <atom value="1.00794"/>
0011 </material>
0012 <material name="ALU" state="solid" Z="13.0">
0013 <D value="2.70"/>
0014 <atom value="26.98"/>
0015 </material>
0016 </materials>
0017
0018 <solids>
0019 <box name="WorldBox" x="1000" y="1000" z="1000"/>
0020 <box name="Cube" x="100" y="100" z="100"/>
0021 </solids>
0022
0023 <structure>
0024 <volume name="lvCube">
0025 <materialref ref="ALU"/>
0026 <solidref ref="Cube"/>
0027 </volume>
0028 <volume name="lvDivision">
0029 <materialref ref="AIR"/>
0030 <solidref ref="WorldBox"/>
0031 <divisionvol axis="kXAxis" number="8" unit="mm" width="0" offset="0">
0032 <volumeref ref="lvCube"/>
0033 </divisionvol>
0034 </volume>
0035 <volume name="TOP">
0036 <materialref ref="AIR"/>
0037 <solidref ref="WorldBox"/>
0038 <physvol>
0039 <volumeref ref="lvDivision"/>
0040 </physvol>
0041 </volume>
0042 </structure>
0043
0044 <setup version="1.0" name="Default">
0045 <world ref="TOP"/>
0046 </setup>
0047
0048 </gdml>