Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm14/README

    r807 r1337  
    1 $Id: README,v 1.6 2007/11/13 12:13:32 maire Exp $
     1$Id: README,v 1.9 2010/04/02 13:22:02 maire Exp $
    22-------------------------------------------------------------------
    33
     
    2828        The physics list contains the standard electromagnetic processes.
    2929        In order not to introduce 'artificial' constraints on the step size, the
    30         multiple scattering is not instanciated, and there is no limitation from
    31         the maximum energy lost per step
     30        multiple scattering is not instanciated, and all processes are
     31        registered as discrete : there is no continuous energy loss
    3232         
    3333 3- AN EVENT : THE PRIMARY GENERATOR
     
    7979        the commands:
    8080        /testem/histo/setFileName  name  (default testem14)
    81         /testem/histo/setFileType  name  (default hbook)
     81        /testem/histo/setFileType  name  (default root)
    8282   
    8383        It is also possible to print selected histograms on an ascii file:
     
    130130         
    131131  To use histograms, at least one of the AIDA implementations should be
    132   available (see http://aida.freehep.org).
     132  available. See InstallAida.txt
    133133 
    134  8a - PI
    135 
    136   A package including AIDA and extended interfaces also using Python is PI,
    137   available from: http://cern.ch/pi
    138 
    139   Once installed PI or PI-Lite in a specified local area $MYPY, it is required
    140   to add the installation path to $PATH, i.e. for example, for release 1.2.1 of
    141   PI:
    142   setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
    143 
    144   CERN users can use the PATH to the LCG area on AFS.
    145   Before running the example the command should be issued:
    146   eval `aida-config --runtime csh`
    147 
    148  8b -  OpenScientist
    149 
    150   OpenScientist is available at http://OpenScientist.lal.in2p3.fr.
    151 
    152   You have to "setup" the OpenScientist AIDA implementation before compiling
    153   (then with G4ANALYSIS_USE set) and running your Geant4 application.
    154 
    155  On UNIX you setup, with a csh flavoured shell :
    156         csh> source <<OpenScientist install path>/aida-setup.csh
    157         or with a sh flavoured shell :
    158         sh> . <<OpenScientist install path>/aida-setup.sh
    159  On Windows :
    160         DOS> call <<OpenScientist install path>/aida-setup.bat
    161 
    162   You can use various file formats for writing (AIDA-XML, hbook, root).
    163   These formats are readable by the Lab onx interactive program
    164   or the OpenPAW application. See the web pages.
    165 
    166 
    167   With OpenPAW, on a run.hbook file, one can view the histograms
    168   with something like :
    169         OS> opaw
    170         opaw> h/file 1 run.hbook  ( or opaw> h/file 1 run.aida or run.root) 
    171         opaw> zone 2 2
    172         opaw> h/plot 1
    173         opaw> h/plot 2
Note: See TracChangeset for help on using the changeset viewer.