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

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

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

    r807 r1337  
    1 $Id: README,v 1.15 2005/11/22 16:58:54 maire Exp $
     1$Id: README,v 1.17 2008/09/18 16:42:07 maire Exp $
    22-------------------------------------------------------------------
    33
     
    136136        gmake
    137137       
    138   By default the histograms are saved as testem6.hbook
     138  By default the histograms are saved as testem6.root
    139139  It is possible to choose the format of the histogram file (hbook, root, XML):
    140140  comment/uncomment 1 line in the constructor of RunAction.
    141141
    142142  To use histograms, at least one of the AIDA implementations should be
    143   available (see http://aida.freehep.org).
    144  
    145  8a - PI
    146 
    147   A package including AIDA and extended interfaces also using Python is PI,
    148   available from: http://cern.ch/pi
    149 
    150   Once installed PI or PI-Lite in a specified local area $MYPY, it is required
    151   to add the installation path to $PATH, i.e. for example, for release 1.2.1 of
    152   PI:
    153   setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
    154 
    155   CERN users can use the PATH to the LCG area on AFS.
    156   Before running the example the command should be issued:
    157   eval `aida-config --runtime csh`
    158 
    159  8b -  OpenScientist
    160 
    161   OpenScientist is available at http://OpenScientist.lal.in2p3.fr.
    162 
    163   You have to "setup" the OpenScientist AIDA implementation before compiling
    164   (then with G4ANALYSIS_USE set) and running your Geant4 application.
    165 
    166  On UNIX you setup, with a csh flavoured shell :
    167         csh> source <<OpenScientist install path>/aida-setup.csh
    168         or with a sh flavoured shell :
    169         sh> . <<OpenScientist install path>/aida-setup.sh
    170  On Windows :
    171         DOS> call <<OpenScientist install path>/aida-setup.bat
    172 
    173   You can use various file formats for writing (AIDA-XML, hbook, root).
    174   These formats are readable by the Lab onx interactive program
    175   or the OpenPAW application. See the web pages.
    176 
    177 
    178   With OpenPAW, on a run.hbook file, one can view the histograms
    179   with something like :
    180         OS> opaw
    181         opaw> h/file 1 run.hbook  ( or opaw> h/file 1 run.aida or run.root) 
    182         opaw> zone 2 2
    183         opaw> h/plot 1
    184         opaw> h/plot 2
     143  available. See InstallAida.txt
Note: See TracChangeset for help on using the changeset viewer.