| 1 | <!-- ******************************************************** -->
|
|---|
| 2 | <!-- -->
|
|---|
| 3 | <!-- [History] -->
|
|---|
| 4 | <!-- Converted to DocBook: Katsuya Amako, Aug-2006 -->
|
|---|
| 5 | <!-- Changed by: Gabriele Cosmo, 18-Apr-2005 -->
|
|---|
| 6 | <!-- -->
|
|---|
| 7 | <!-- ******************************************************** -->
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | <!-- ******************* Section (Level#2) ****************** -->
|
|---|
| 11 | <sect2 id="sect.Geom.Intro">
|
|---|
| 12 | <title>
|
|---|
| 13 | Introduction
|
|---|
| 14 | </title>
|
|---|
| 15 |
|
|---|
| 16 | <para>
|
|---|
| 17 | The detector definition requires the representation of its
|
|---|
| 18 | geometrical elements, their materials and electronics properties,
|
|---|
| 19 | together with visualization attributes and user defined properties.
|
|---|
| 20 | The geometrical representation of detector elements focuses on the
|
|---|
| 21 | definition of solid models and their spatial position, as well as
|
|---|
| 22 | their logical relations to one another, such as in the case of
|
|---|
| 23 | containment.
|
|---|
| 24 | </para>
|
|---|
| 25 |
|
|---|
| 26 | <para>
|
|---|
| 27 | Geant4 uses the concept of "Logical Volume" to manage the
|
|---|
| 28 | representation of detector element properties. The concept of
|
|---|
| 29 | "Physical Volume" is used to manage the representation of the
|
|---|
| 30 | spatial positioning of detector elements and their logical
|
|---|
| 31 | relations. The concept of "Solid" is used to manage the
|
|---|
| 32 | representation of the detector element solid modeling.
|
|---|
| 33 | Volumes and solids must be dynamically allocated in the user
|
|---|
| 34 | program; objects allocated are automatically registered in
|
|---|
| 35 | dedicated stores which also take care to free the memory at
|
|---|
| 36 | the end of a job.
|
|---|
| 37 | </para>
|
|---|
| 38 |
|
|---|
| 39 | <para>
|
|---|
| 40 | The Geant4 solid modeler is STEP compliant. STEP is the ISO
|
|---|
| 41 | standard defining the protocol for exchanging geometrical data
|
|---|
| 42 | between CAD systems. This is achieved by standardizing the
|
|---|
| 43 | representation of solid models via the EXPRESS object definition
|
|---|
| 44 | language, which is part of the STEP ISO standard.
|
|---|
| 45 | </para>
|
|---|
| 46 |
|
|---|
| 47 | </sect2>
|
|---|