source: trunk/examples/extended/gdml/modular.gdml@ 1172

Last change on this file since 1172 was 807, checked in by garnier, 17 years ago

update

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2 <gdml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
3 xsi:noNamespaceSchemaLocation="/afs/cern.ch/user/z/ztorzsok/scratch0/GDML2/GDMLSchema/gdml.xsd">
4
5 <define>
6 <position name="pos" x="200" y="200" z="200"/>
7 </define>
8
9 <materials>
10 <material Z="1.0" name="AIR">
11 <D value="1e-25"/>
12 <atom value="1.00794"/>
13 </material>
14 <material name="ALU" Z="13.0">
15 <D value="2.70"/>
16 <atom value="26.98"/>
17 </material>
18 </materials>
19
20 <solids>
21 <box name="WorldBox" x="1000" y="1000" z="1000"/>
22 </solids>
23
24 <structure>
25
26 <volume name="MAIN">
27 <materialref ref="AIR"/>
28 <solidref ref="WorldBox"/>
29 <physvol>
30 <file name="diamond.gdml" volname="TOP"/>
31 <positionref ref="pos"/>
32 </physvol>
33 <physvol>
34 <file name="axes.gdml" volname="TOP"/>
35 </physvol>
36 </volume>
37 </structure>
38
39 <setup version="1.0" name="Default">
40 <world ref="MAIN"/>
41 </setup>
42
43 </gdml>
Note: See TracBrowser for help on using the repository browser.