Changeset 1230 for trunk/examples/advanced/human_phantom/README
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/examples/advanced/human_phantom/README (modified) (5 diffs)
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 piaExp $1 $Id: README,v 1.14 2009/02/19 14:05:06 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 32 32 with the design in a forthcoming publication, and subject to a design 33 33 and code review. 34 35 NOTE: At the moment this advanced example is executed correctly with geantino36 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 under39 care by the Geant4 Collaboration.40 34 41 35 -----> Geometry … … 47 41 48 42 The 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 43 the ORNL phantom are handled through GDML (Geometry Description Markup Language, 44 www.cern.ch/gdml). The materials of the MIRD model are defined in the 50 45 class G4HumanPhantomMaterial. The materials of the ORNL model are defined in 51 46 the GDML files. … … 116 111 -----> Setup 117 112 118 Example enviroment with the compiler gcc-3.2.3, on the Linux platform119 120 113 A standard Geant4 example GNUmakefile is provided. 121 114 … … 124 117 set G4ANALYSIS_USE equal to 1 to activate the analysis 125 118 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. 137 124 138 125 - IMPORTANT!!!! Customize the '*.gdml' schema file in the directories 139 gdmlData/Female and gdmlData/Male, specifying in the top line the126 gdmlData/Female and gdmlData/Male, specifying in the top line the 140 127 right path where to retrieve the main GDML schema file. 141 128 142 - Analysis set-up: AIDA 3.2.1, PI 1.3.3129 - Analysis set-up: AIDA 3.2.1, and iAIDA 143 130 Users can download the analysis tools from: 144 131 http://aida.freehep.org/ 145 http:// www.cern.ch/PI132 http://iaida.dynalias.net/ 146 133 147 134 - Compile and link to generate an executable:
Note:
See TracChangeset
for help on using the changeset viewer.
