Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/persistency/gdml/G04/auxiliary.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   <position name="R" unit="mm" x="0" y="0" z="0" />
0006   <rotation name="V" unit="degree" x="10" y="20" z="30" />
0007   <variable name="veloSD" value="4" />
0008  </define>
0009 
0010  <materials>
0011   <material Z="7" formula=" " name="Nitrogen" >
0012    <D value="0.00125" />
0013    <atom value="14.01" />
0014   </material>
0015   <material Z="8" formula=" " name="Oxygen" >
0016    <D value="0.00143" />
0017    <atom value="16.0" />
0018   </material>
0019   <material formula=" " name="Air" >
0020    <D value="0.0012" />
0021    <fraction n="0.7" ref="Nitrogen" />
0022    <fraction n="0.3" ref="Oxygen" />
0023   </material>
0024  </materials>
0025 
0026  <solids>
0027   <box lunit="mm" name="Box" x="1000" y="1000" z="1000" />
0028   <box lunit="mm" name="WorldBox" x="10000" y="10000" z="10000" />
0029  </solids>
0030 
0031  <structure>
0032   <volume name="Boxvol" >
0033    <materialref ref="Air" />
0034    <solidref ref="Box" />
0035    <auxiliary auxtype="SensDet" auxvalue="Tracker"/>
0036    <auxiliary auxtype="Color" auxvalue="Blue"/>
0037   </volume>
0038   <volume name="World" >
0039    <materialref ref="Air" />
0040    <solidref ref="WorldBox" />
0041    <physvol>
0042     <volumeref ref="Boxvol" />
0043     <positionref ref="R"  />
0044     <rotationref ref="V" />
0045    </physvol>
0046   </volume>
0047  </structure>
0048 
0049  <setup name="Default" version="1.0" >
0050   <world ref="World" />
0051  </setup>
0052 </gdml>