Changeset 1230 for trunk/examples/advanced/xray_telescope
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- Location:
- trunk/examples/advanced/xray_telescope
- Files:
-
- 5 edited
-
GNUmakefile (modified) (2 diffs)
-
History (modified) (2 diffs)
-
README (modified) (6 diffs)
-
include/XrayTelAnalysis.hh (modified) (1 diff)
-
src/XrayTelAnalysis.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/advanced/xray_telescope/GNUmakefile
r807 r1230 1 1 # -------------------------------------------------------------- 2 # $Id: GNUmakefile,v 1. 7 2002/11/14 15:56:14 santinExp $2 # $Id: GNUmakefile,v 1.8 2008/06/15 22:53:06 cirrone Exp $ 3 3 # -------------------------------------------------------------- 4 4 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. … … 21 21 endif 22 22 23 ifdef G4ANALYSIS_USE24 CPPFLAGS += `aida-config --include`25 LDFLAGS += `aida-config --lib`26 endif27 23 28 24 .PHONY: all -
trunk/examples/advanced/xray_telescope/History
r807 r1230 1 $Id: History,v 1.2 2 2005/12/07 14:58:09 guatelliExp $1 $Id: History,v 1.24 2009/11/20 18:18:14 santin Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 20.11.2009 - G.Santin, tag xraytel-V09-02-00 21 Updated and simplified physics list 22 23 16.06.2008 - G.A.P.Cirrone, tag xraytel-V09-01-00 24 Removed AIDA from GNUmakefiles 25 19 26 07.12.2005 - S. Guatelli, tag xraytel-V07-01-03 20 warnin wdeleted; it concerned stream.27 warning deleted; it concerned stream. 21 28 22 29 30.11.2005 - G.Santin, tag xraytel-V07-01-02 -
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 -
trunk/examples/advanced/xray_telescope/include/XrayTelAnalysis.hh
r807 r1230 26 26 // 27 27 // $Id: XrayTelAnalysis.hh,v 1.10 2006/06/29 16:29:39 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // Author: A. Pfeiffer (Andreas.Pfeiffer@cern.ch) -
trunk/examples/advanced/xray_telescope/src/XrayTelAnalysis.cc
r807 r1230 26 26 // 27 27 // $Id: XrayTelAnalysis.cc,v 1.12 2006/06/29 16:30:00 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // Author: A. Pfeiffer (Andreas.Pfeiffer@cern.ch)
Note:
See TracChangeset
for help on using the changeset viewer.
