source: trunk/documents/UserDoc/UsersGuides/ForApplicationDeveloper/html/Detector/geomXML.html @ 1211

Last change on this file since 1211 was 1208, checked in by garnier, 15 years ago

CVS update

File size: 1.9 KB
Line 
1<html>
2<head>
3<title>ADG: Geometry</title>
4</head>
5
6<!-- Changed by: Gabriele Cosmo, 18-Apr-2005 -->
7<!-- $Id: geomXML.html,v 1.2 2006/06/09 13:54:56 gcosmo Exp $ -->
8<!-- $Name:  $ -->
9<body>
10<table WIDTH="100%"><TR>
11<td>
12<a href="../../../../Overview/html/index.html">
13<IMG SRC="../../../../resources/html/IconsGIF/Overview.gif" ALT="Overview"></a>
14<a href="geometry.html">
15<IMG SRC="../../../../resources/html/IconsGIF/Contents.gif" ALT="Contents"></a>
16<a href="geomDynamic.html">
17<IMG SRC="../../../../resources/html/IconsGIF/Previous.gif" ALT="Previous"></a>
18<IMG SRC="../../../../resources/html/IconsGIF/NextGR.gif" ALT="Next"></a>
19</td>
20<td ALIGN="Right">
21<font SIZE="-1" COLOR="#238E23">
22<b>Geant4 User's Guide</b>
23<br>
24<b>For Application Developers</b>
25<br>
26<b>Geometry</b>
27</font>
28</td>
29</tr></table>
30<br><br>
31
32<a name="4.1.13">
33<h2>4.1.13 Importing XML Models Using GDML</h2></a>
34
35<p>
36An example of how to import and export a detector description model based on
37<b>GDML</b> <a href="#GDML">[3]</a> is provided and can be found in
38<tt>examples/extended/gdml</tt>. A description on how to describe a geometry
39in GDML together with an annotated example, is provided in
40<a href="#GDML-howto">[4]</a>.  GDML (Geometry Description Markup Language)
41<a href="#GDML">[3]</a> is a markup language based on XML and suited for the
42description of detector geometry models.  It allows for easy exchange of
43geometry data in a "human-readable" XML-based description and structured
44formatting.
45</p>
46<br>
47<hr>
48<p>
49<table>
50<tr><td valign=top><a name="GDML">[3]</a>
51    <td><a href="http://cern.ch/gdml">http://cern.ch/gdml</a>
52<tr><td valign=top><a name="GDML-howto">[4]</a>
53    <td><a href="http://cern.ch/gdml/g4example.html">http://cern.ch/gdml/g4example.html</a>
54</table>
55</p>
56
57<hr><a href="../../../../Authors/html/subjectsToAuthors.html">
58<i>About the authors</a></i> </P>
59
60</body>
61</html>
Note: See TracBrowser for help on using the repository browser.