source: trunk/examples/extended/gdml/entity.gdml @ 1304

Last change on this file since 1304 was 807, checked in by garnier, 16 years ago

update

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<!DOCTYPE gdml [
4<!ENTITY materials SYSTEM "materials.xml">
5]>
6
7<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../GDMLSchema/gdml.xsd" >
8 <define>
9  <position name="det_163517544inWorld_163515704p" unit="mm" x="0" y="0" z="0" />
10 </define>
11
12 <!-- the content of the materials.xml file will be included here -->
13
14 &materials;
15
16 <solids>
17  <box aunit="radian" lunit="mm" name="world_163515648" x="10000" y="10000" z="10000" />
18  <box aunit="radian" lunit="mm" name="det_163515856" x="2000" y="2000" z="2000" />
19 </solids>
20 <structure>
21  <volume name="Detector_163517456" >
22   <materialref ref="Air_163514448" />
23   <solidref ref="det_163515856" />
24  </volume>
25  <volume name="World_163515704" >
26   <materialref ref="Air_163514448" />
27   <solidref ref="world_163515648" />
28   <physvol>
29    <volumeref ref="Detector_163517456" />
30    <positionref ref="det_163517544inWorld_163515704p" />
31   </physvol>
32  </volume>
33 </structure>
34 <setup name="Default" version="1.0" >
35  <world ref="World_163515704" />
36 </setup>
37</gdml>
Note: See TracBrowser for help on using the repository browser.