Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (16 years ago)
Author:
garnier
Message:

update to geant4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/human_phantom/README

    r807 r1230  
    1 qYY$Id: README,v 1.13 2007/06/06 19:11:20 pia Exp $
     1$Id: README,v 1.14 2009/02/19 14:05:06 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    3232with the design in a forthcoming publication, and subject to a design
    3333and code review.
    34 
    35 NOTE: At the moment this advanced example is executed correctly with geantino
    36 particles as primary particles; it is not executed correctly with other primary particle types.
    37 This is due to an internal Geant4 bug concerning ellipsoids.
    38 For details look at the Geant4 Bug Report #914. This problem is taken under
    39 care by the Geant4 Collaboration.
    4034 
    4135-----> Geometry
     
    4741
    4842The organs of the MIRD phantom are implemented in hard-code; the organs of
    49 the ORNL phantom are handled through GDML (Geometry Description Markup Language, www.cern.ch/gdml). The materials of the MIRD model are defined in the
     43the ORNL phantom are handled through GDML (Geometry Description Markup Language,
     44www.cern.ch/gdml). The materials of the MIRD model are defined in the
    5045class G4HumanPhantomMaterial. The materials of the ORNL model are defined in
    5146the GDML files.
     
    116111-----> Setup
    117112
    118 Example enviroment with the compiler gcc-3.2.3, on the Linux platform                             
    119 
    120113A standard Geant4 example GNUmakefile is provided.                     
    121114
     
    124117set G4ANALYSIS_USE equal to 1 to activate the analysis
    125118
    126 - Install the GDML package with Geant4 extensions and Xerces
    127 .
    128   See: http://cern.ch/gdml.
    129 
    130 - Set the environment variable GDML_BASE to point to the area where
    131   GDML is installed.
    132  
    133 - Set the environment variable XERCESCROOT to point to the area where
    134   Xerces is installed.
    135 
    136 - Add to the LD_LIBRARY_PATH the $XERCESCROOT/lib
     119- Requires the GDML module to be installed with Geant4:
     120.
     121  Set G4LIB_BUILD_GDML to 1
     122  Set XERCESCROOT variable defining the path to the Xercec-C library
     123  See also: http://cern.ch/gdml.
    137124
    138125- IMPORTANT!!!! Customize the '*.gdml' schema file in the directories
    139 gdmlData/Female and gdmlData/Male, specifying in the top line the
     126  gdmlData/Female and gdmlData/Male, specifying in the top line the
    140127  right path where to retrieve the main GDML schema file.
    141128
    142 - Analysis set-up:  AIDA 3.2.1, PI 1.3.3                           
     129- Analysis set-up:  AIDA 3.2.1, and iAIDA                           
    143130                    Users can download the analysis tools from: 
    144131                    http://aida.freehep.org/
    145                     http://www.cern.ch/PI     
     132                    http://iaida.dynalias.net/
    146133
    147134- Compile and link to generate an executable:
Note: See TracChangeset for help on using the changeset viewer.