Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/electromagnetic/TestEm16/Box_1m_Cu.gdml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
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   <define>
0004     <position name="myBox_Vol_1intoppos" x="0" y="-50" z="0" unit="cm"/>
0005   </define>
0006   <materials>
0007     <material name="Vacuum" Z="7">
0008       <D unit="g/cm3" value="9.9999999999999995e-07"/>
0009       <atom unit="g/mole" value="14.01"/>
0010     </material>
0011     <material name="Cu" Z="29">
0012       <D unit="g/cm3" value="8.9600000000000009"/>
0013       <atom unit="g/mole" value="63.545999999999999"/>
0014     </material>
0015   </materials>
0016   <solids>
0017     <box name="top_Solid" x="110.00000000000001" y="110.00000000000001" z="110.00000000000001" lunit="cm"/>
0018     <box name="myBox_Solid" x="100" y="100" z="100" lunit="cm"/>
0019   </solids>
0020   <structure>
0021     <volume name="myBox_Vol">
0022       <materialref ref="Cu"/>
0023       <solidref ref="myBox_Solid"/>
0024     </volume>
0025     <volume name="top">
0026       <materialref ref="Vacuum"/>
0027       <solidref ref="top_Solid"/>
0028       <physvol name="myBox_Vol_1" copynumber="1">
0029         <volumeref ref="myBox_Vol"/>
0030         <positionref ref="myBox_Vol_1intoppos"/>
0031       </physvol>
0032     </volume>
0033   </structure>
0034   <setup name="default" version="1.0">
0035     <world ref="top"/>
0036   </setup>
0037 </gdml>