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

update to geant4.9.3

Location:
trunk/examples/advanced/xray_telescope
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/xray_telescope/GNUmakefile

    r807 r1230  
    11# --------------------------------------------------------------
    2 # $Id: GNUmakefile,v 1.7 2002/11/14 15:56:14 santin Exp $
     2# $Id: GNUmakefile,v 1.8 2008/06/15 22:53:06 cirrone Exp $
    33# --------------------------------------------------------------
    44# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    2121endif
    2222
    23 ifdef G4ANALYSIS_USE
    24   CPPFLAGS += `aida-config --include`
    25   LDFLAGS += `aida-config --lib`
    26 endif
    2723
    2824.PHONY: all
  • trunk/examples/advanced/xray_telescope/History

    r807 r1230  
    1 $Id: History,v 1.22 2005/12/07 14:58:09 guatelli Exp $
     1$Id: History,v 1.24 2009/11/20 18:18:14 santin Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     2020.11.2009 - G.Santin, tag xraytel-V09-02-00
     21             Updated and simplified physics list
     22
     2316.06.2008 - G.A.P.Cirrone, tag xraytel-V09-01-00
     24             Removed AIDA from GNUmakefiles
     25
    192607.12.2005 - S. Guatelli, tag xraytel-V07-01-03
    20              warninw deleted; it concerned stream.
     27             warning deleted; it concerned stream.
    2128
    222930.11.2005 - G.Santin, tag xraytel-V07-01-02
  • 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
  • trunk/examples/advanced/xray_telescope/include/XrayTelAnalysis.hh

    r807 r1230  
    2626//
    2727// $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 $
    2929//
    3030// Author: A. Pfeiffer (Andreas.Pfeiffer@cern.ch)
  • trunk/examples/advanced/xray_telescope/src/XrayTelAnalysis.cc

    r807 r1230  
    2626//
    2727// $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 $
    2929//
    3030// Author:  A. Pfeiffer (Andreas.Pfeiffer@cern.ch)
Note: See TracChangeset for help on using the changeset viewer.