Warning, /geant4/examples/extended/persistency/gdml/G01/replicated.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="http://cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd">
0003
0004 <define>
0005 </define>
0006
0007 <materials>
0008 <material Z="13" name="ALU" state="solid">
0009 <D unit="g/cm3" value="2.7"/>
0010 <atom unit="g/mole" value="26.98"/>
0011 </material>
0012 <material Z="1" name="AIR" state="gas">
0013 <D unit="g/cm3" value="1e-24"/>
0014 <atom unit="g/mole" value="1.00794"/>
0015 </material>
0016 </materials>
0017
0018 <solids>
0019 <box lunit="mm" name="Cube" x="100" y="100" z="100"/>
0020 <box lunit="mm" name="MotherCube" x="800" y="100" z="100"/>
0021 <box lunit="mm" name="WorldBox" x="1000" y="1000" z="1000"/>
0022 </solids>
0023
0024 <structure>
0025 <volume name="lvCube">
0026 <materialref ref="ALU"/>
0027 <solidref ref="Cube"/>
0028 </volume>
0029 <volume name="lvReplica">
0030 <materialref ref="AIR"/>
0031 <solidref ref="MotherCube"/>
0032 <replicavol number="8">
0033 <volumeref ref="lvCube"/>
0034 <replicate_along_axis>
0035 <direction x="1" />
0036 <width value="100" unit="mm"/>
0037 <offset value="0" unit="mm"/>
0038 </replicate_along_axis>
0039 </replicavol>
0040
0041 </volume>
0042 <volume name="TOP">
0043 <materialref ref="AIR"/>
0044 <solidref ref="WorldBox"/>
0045 <physvol name="lvReplica_phys">
0046 <volumeref ref="lvReplica"/>
0047 </physvol>
0048 </volume>
0049 </structure>
0050
0051 <setup name="Default" version="1.0">
0052 <world ref="TOP"/>
0053 </setup>
0054
0055 </gdml>