Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
|
||||
xsi:noNamespaceSchemaLocation="/afs/cern.ch/user/z/ztorzsok/scratch0/GDML2/GDMLSchema/gdml.xsd">
|
||||
|
||||
<define>
|
||||
<position name="pos" x="200" y="200" z="200"/>
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
<material Z="1.0" name="AIR">
|
||||
<D value="1e-25"/>
|
||||
<atom value="1.00794"/>
|
||||
</material>
|
||||
<material name="ALU" Z="13.0">
|
||||
<D value="2.70"/>
|
||||
<atom value="26.98"/>
|
||||
</material>
|
||||
</materials>
|
||||
|
||||
<solids>
|
||||
<box name="WorldBox" x="1000" y="1000" z="1000"/>
|
||||
</solids>
|
||||
|
||||
<structure>
|
||||
|
||||
<volume name="MAIN">
|
||||
<materialref ref="AIR"/>
|
||||
<solidref ref="WorldBox"/>
|
||||
<physvol>
|
||||
<file name="diamond.gdml" volname="TOP"/>
|
||||
<positionref ref="pos"/>
|
||||
</physvol>
|
||||
<physvol>
|
||||
<file name="axes.gdml" volname="TOP"/>
|
||||
</physvol>
|
||||
</volume>
|
||||
</structure>
|
||||
|
||||
<setup version="1.0" name="Default">
|
||||
<world ref="MAIN"/>
|
||||
</setup>
|
||||
|
||||
</gdml>
|
||||
Reference in New Issue
Block a user