Warning, /geant4/examples/extended/persistency/gdml/G01/block.gdml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
0002 <gdml xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd">
0003
0004 <define>
0005 <position name="SiliconBlockUpper_vol_0_pos" unit="cm" x="7.00000000e+00" y="0.00000000e+00" z="0.00000000e+00"/>
0006 <rotation name="identity_rot" unit="rad" x="0" y="0" z="0"/>
0007 <position name="SiliconBlockDown_vol_1_pos" unit="cm" x="-7.00000000e+00" y="0.00000000e+00" z="0.00000000e+00"/>
0008 <position name="AssemblyVol_pos_1" unit="cm" x="14.00000000e+00" y="0.00000000e+00" z="0.00000000e+00"/>
0009 <position name="AssemblyVol_pos_2" unit="cm" x="-14.00000000e+00" y="0.00000000e+00" z="0.00000000e+00"/>
0010 </define>
0011
0012 <materials>
0013 <element Z="14" formula="SI" name="SI">
0014 <atom type="A" unit="g/mol" value="2.80855000e+01"/>
0015 </element>
0016 <material name="Silicon">
0017 <D type="density" unit="g/cm3" value="2.33000000e+00"/>
0018 <fraction n="1.00000000e+00" ref="SI"/>
0019 </material>
0020 <element Z="7" formula="N" name="N">
0021 <atom type="A" unit="g/mol" value="1.40067400e+01"/>
0022 </element>
0023 <element Z="8" formula="O" name="O">
0024 <atom type="A" unit="g/mol" value="1.59994000e+01"/>
0025 </element>
0026 <element Z="18" formula="AR" name="AR">
0027 <atom type="A" unit="g/mol" value="3.99480000e+01"/>
0028 </element>
0029 <material name="Air">
0030 <D type="density" unit="g/cm3" value="1.20000000e-03"/>
0031 <fraction n="7.54000000e-01" ref="N"/>
0032 <fraction n="2.34000000e-01" ref="O"/>
0033 <fraction n="1.20000000e-02" ref="AR"/>
0034 </material>
0035 </materials>
0036
0037 <solids>
0038 <box lunit="cm" name="world_volume_shape" x="6.00000000e+03" y="6.00000000e+03" z="6.00000000e+03"/>
0039 <box lunit="cm" name="SiliconBlockUpper_vol_shape" x="10.00000000e+00" y="4.00000000e+01" z="4.00000000e+01"/>
0040 <box lunit="cm" name="SiliconBlockDown_vol_shape" x="10.00000000e+00" y="4.00000000e+01" z="4.00000000e+01"/>
0041 </solids>
0042
0043 <structure>
0044 <volume name="SiliconBlockUpper_vol">
0045 <materialref ref="Silicon"/>
0046 <solidref ref="SiliconBlockUpper_vol_shape"/>
0047 </volume>
0048 <volume name="SiliconBlockDown_vol">
0049 <materialref ref="Silicon"/>
0050 <solidref ref="SiliconBlockDown_vol_shape"/>
0051 </volume>
0052
0053 <assembly name="AssemblyVol">
0054 <physvol>
0055 <volumeref ref="SiliconBlockUpper_vol"/>
0056 <positionref ref="SiliconBlockUpper_vol_0_pos"/>
0057 <rotationref ref="identity_rot"/>
0058 </physvol>
0059 <physvol>
0060 <volumeref ref="SiliconBlockDown_vol"/>
0061 <positionref ref="SiliconBlockDown_vol_1_pos"/>
0062 <rotationref ref="identity_rot"/>
0063 </physvol>
0064 </assembly>
0065
0066 <assembly name="AssemblyVol_2">
0067 <physvol>
0068 <volumeref ref="AssemblyVol"/>
0069 <positionref ref="AssemblyVol_pos_1"/>
0070 </physvol>
0071 <physvol>
0072 <volumeref ref="AssemblyVol"/>
0073 <positionref ref="AssemblyVol_pos_2"/>
0074 </physvol>
0075 </assembly>
0076
0077 <volume name="world_volume">
0078 <materialref ref="Air"/>
0079 <solidref ref="world_volume_shape"/>
0080 <physvol>
0081 <volumeref ref="AssemblyVol_2"/>
0082 </physvol>
0083 </volume>
0084 </structure>
0085
0086 <setup name="default" version="1.0">
0087 <world ref="world_volume"/>
0088 </setup>
0089
0090 </gdml>