source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Detector/geomXML.xml @ 904

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

ajout de la doc

File size: 1.6 KB
Line 
1<!-- ******************************************************** -->
2<!--                                                          -->
3<!--  [History]                                               -->
4<!--    Converted to DocBook: Katsuya Amako, Aug-2006         -->
5<!--    Changed by: Gabriele Cosmo, 04-Dec-2007               -->
6<!--                                                          -->
7<!-- ******************************************************** -->
8
9
10<!-- ******************* Section (Level#2) ****************** -->
11<sect2 id="sect.Geom.GDML">
12<title>
13Importing XML Models Using GDML
14</title>
15
16<para>
17Geometry Description Markup Language (<ulink url="http://cern.ch/gdml/">GDML</ulink>)
18is a markup language based on XML and suited for the description of detector
19geometry models. It allows for easy exchange of geometry data in a
20<emphasis>human-readable</emphasis> XML-based description and structured
21formatting.
22</para>
23<para>
24The GDML parser is component of Geant4 which can be built
25and installed as an optional choice. It allows for importing and
26exporting GDML files, following the schema specified in the
27<ulink url="http://cern.ch/gdml/doc/GDMLmanual.pdf">GDML documentation</ulink>.
28The installation of the plugin is optional and requires the installation of the
29<ulink url="http://xerces.apache.org/xerces-c/">XercesC</ulink> DOM parser.
30</para>
31<para>
32Examples of how to import and export a detector description model based on
33<ulink url="http://cern.ch/gdml/"><emphasis role="bold">GDML</emphasis></ulink>,
34and also how to extend the GDML schema, are provided and can be found in
35<literal>examples/extended/persistency/gdml</literal>.
36</para>
37
38</sect2>
Note: See TracBrowser for help on using the repository browser.