Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/persistency/gdml/G01/mat_nist.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   <position name="det_in_world" unit="mm" x="0" y="0" z="0" />
0006  </define>
0007 
0008  <materials>
0009  </materials>
0010 
0011  <solids>
0012   <box aunit="radian" lunit="mm" name="world" x="10000" y="10000" z="10000" />
0013   <box aunit="radian" lunit="mm" name="det" x="2000" y="2000" z="2000" />
0014  </solids>
0015  <structure>
0016   <volume name="Detector" >
0017    <materialref ref="G4_WATER" />
0018    <solidref ref="det" />
0019   </volume>
0020   <volume name="World" >
0021    <materialref ref="G4_AIR" />
0022    <solidref ref="world" />
0023    <physvol>
0024     <volumeref ref="Detector" />
0025     <positionref ref="det_in_world" />
0026    </physvol>
0027   </volume>
0028  </structure>
0029  <setup name="Default" version="1.0" >
0030   <world ref="World" />
0031  </setup>
0032 </gdml>