Changeset 1230 for trunk/examples/advanced/xray_telescope/README
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/examples/advanced/xray_telescope/README (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/advanced/xray_telescope/README
r807 r1230 1 $Id: README,v 1.1 3 2005/11/30 19:58:30santin Exp $1 $Id: README,v 1.14 2009/11/20 18:08:53 santin Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 5 5 Geant4 - X-Ray Telescope Example 6 6 ========================================================= 7 8 9 NEW: May 2004: Migration to AIDA 3.2.1 - see below10 7 11 8 … … 27 24 in Geant4: 28 25 29 - the simulation can be run from GAG or the command prompt30 31 26 - macros are provided to display the geometry and particle tracks with 32 27 OpenGL, DAWN Postscript or VRML visualisation … … 42 37 43 38 44 1. Setting up the environment variables for GAG, Visualisation and45 Analysis options (example based on Linux at CERN)46 47 #set up GAG48 setenv G4UI_BUILD_GAG_SESSION 149 setenv G4UI_USE_GAG 150 51 #set up VRMLview52 setenv G4VIS_USE_VRML 153 setenv G4VRMLFILE_MAX_FILE_NUM 10054 setenv G4VRMLFILE_VIEWER vrmlview #if installed55 setenv G4VIS_USE_VRML 156 setenv PATH ${PATH}:"/afs/cern.ch/sw/contrib/VRML/bin/Linux" # example at CERN57 58 #set up OpenGL59 setenv G4VIS_BUILD_OPENGLX_DRIVER 160 setenv G4VIS_USE_OPENGLX 161 62 #set up DAWN63 setenv G4VIS_BUILD_DAWN_DRIVER 164 setenv G4VIS_USE_DAWN 165 66 39 NOTE: The geometry is refreshed on the viewer at the beginning of each run, 67 40 but the tracks are plotted only in case an interesting event occurs. 68 41 This is the case only for about 1 every 10**4 events. 69 42 70 71 72 Sources73 -------74 75 GAG can be found in:76 77 geant4/environments/MOMO78 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.no86 43 87 44 … … 119 76 120 77 The physics processes are in XrayTelPhysicsList.cc 121 The main process in this example is MultipleScattering of the protons122 o nthe mirror surfaces.78 The main process in this example is G4hMultipleScattering for scattering of the protons 79 off the mirror surfaces. 123 80 124 81 … … 145 102 LDFLAGS += `aida-config --lib` 146 103 147 For more information about AIDA and PIplease look at:104 For more information about AIDA please look at: 148 105 http://aida.freehep.org/ 149 http://www.cern.ch/PI150 106 151 Presently, the tools 152 - PI (http://cern.ch/pi) 107 Presently, tools 153 108 - OpenScientist (http://openscientist.lal.in2p3.fr/) 154 109 - JAS (http://jas.freehep.org/jas3/) 110 - iAIDA (http://iaida.dynalias.net/Intro.html) 155 111 provide an implementation of AIDA 3.2.1 156 112
Note:
See TracChangeset
for help on using the changeset viewer.
