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/xray_telescope/README

    r807 r1230  
    1 $Id: README,v 1.13 2005/11/30 19:58:30 santin Exp $
     1$Id: README,v 1.14 2009/11/20 18:08:53 santin Exp $
    22-------------------------------------------------------------------
    33
     
    55               Geant4 - X-Ray Telescope Example
    66     =========================================================
    7 
    8 
    9 NEW: May 2004: Migration to AIDA 3.2.1 - see below
    107
    118
     
    2724in Geant4:
    2825
    29  - the simulation can be run from GAG or the command prompt
    30 
    3126 - macros are provided to display the geometry and particle tracks with
    3227   OpenGL, DAWN Postscript or VRML visualisation
     
    4237
    4338
    44 1. Setting up the environment variables for GAG, Visualisation and
    45    Analysis options (example based on Linux at CERN)
    46 
    47 #set up GAG
    48 setenv G4UI_BUILD_GAG_SESSION       1
    49 setenv G4UI_USE_GAG                 1
    50 
    51 #set up VRMLview
    52 setenv G4VIS_USE_VRML               1
    53 setenv G4VRMLFILE_MAX_FILE_NUM     100
    54 setenv G4VRMLFILE_VIEWER        vrmlview    #if installed
    55 setenv G4VIS_USE_VRML               1
    56 setenv PATH ${PATH}:"/afs/cern.ch/sw/contrib/VRML/bin/Linux"  # example at CERN
    57 
    58 #set up OpenGL
    59 setenv G4VIS_BUILD_OPENGLX_DRIVER   1
    60 setenv G4VIS_USE_OPENGLX            1
    61 
    62 #set up DAWN
    63 setenv G4VIS_BUILD_DAWN_DRIVER      1
    64 setenv G4VIS_USE_DAWN               1
    65 
    6639NOTE: The geometry is refreshed on the viewer at the beginning of each run,
    6740      but the tracks are plotted only in case an interesting event occurs.
    6841      This is the case only for about 1 every 10**4 events.
    6942
    70 
    71 
    72 Sources
    73 -------
    74 
    75 GAG can be found in:
    76 
    77 geant4/environments/MOMO
    78 
    79 DAWN can be obtained from:
    80 
    81 http://geant4.kek.jp/~tanaka/
    82 
    83 VRMLview for Linux can be obtained from:
    84 
    85 http://www.sim.no
    8643
    8744
     
    11976
    12077The physics processes are in XrayTelPhysicsList.cc
    121 The main process in this example is MultipleScattering of the protons
    122 on the mirror surfaces.
     78The main process in this example is G4hMultipleScattering for scattering of the protons
     79off the mirror surfaces.
    12380
    12481
     
    145102  LDFLAGS += `aida-config --lib`
    146103
    147 For more information about AIDA and PI please look at:
     104For more information about AIDA please look at:
    148105http://aida.freehep.org/
    149 http://www.cern.ch/PI
    150106
    151 Presently, the tools
    152 - PI (http://cern.ch/pi)
     107Presently, tools
    153108- OpenScientist (http://openscientist.lal.in2p3.fr/)
    154109- JAS (http://jas.freehep.org/jas3/)
     110- iAIDA (http://iaida.dynalias.net/Intro.html)
    155111provide an implementation of AIDA 3.2.1
    156112
Note: See TracChangeset for help on using the changeset viewer.