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/TestEm4/README

    r807 r1337  
    1 $Id: README,v 1.19 2006/05/15 14:39:20 maire Exp $
     1$Id: README,v 1.21 2008/09/12 18:46:14 maire Exp $
    22-------------------------------------------------------------------
    33
     
    7676        gmake
    7777
    78   It is possible to choose the format of the histogram file (hbook, root, XML):
     78  It is possible to choose the format of the histogram file :
     79  hbook, root (default), XML
    7980  comment/uncomment 1 line in the constructor of RunAction.
    8081
    8182  To use histograms, at least one of the AIDA implementations should be
    82   available (see http://aida.freehep.org).
     83  available. See InstallAida.txt
    8384 
    84  7a - PI
    85 
    86   A package including AIDA and extended interfaces also using Python is PI,
    87   available from: http://cern.ch/pi
    88 
    89   Once installed PI or PI-Lite in a specified local area $MYPY, it is required
    90   to add the installation path to $PATH, i.e. for example, for release 1.2.1 of
    91   PI:
    92   setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
    93 
    94   CERN users can use the PATH to the LCG area on AFS.
    95   Before running the example the command should be issued:
    96   eval `aida-config --runtime csh`
    97 
    98  7b -  OpenScientist
    99 
    100   OpenScientist is available at http://OpenScientist.lal.in2p3.fr.
    101 
    102   You have to "setup" the OpenScientist AIDA implementation before compiling
    103   (then with G4ANALYSIS_USE set) and running your Geant4 application.
    104 
    105  On UNIX you setup, with a csh flavoured shell :
    106         csh> source <<OpenScientist install path>/aida-setup.csh
    107         or with a sh flavoured shell :
    108         sh> . <<OpenScientist install path>/aida-setup.sh
    109  On Windows :
    110         DOS> call <<OpenScientist install path>/aida-setup.bat
    111 
    112   You can use various file formats for writing (AIDA-XML, hbook, root).
    113   These formats are readable by the Lab onx interactive program
    114   or the OpenPAW application. See the web pages.
    115 
    116 
    117   With OpenPAW, on a run.hbook file, one can view the histograms
    118   with something like :
    119         OS> opaw
    120         opaw> h/file 1 run.hbook  ( or opaw> h/file 1 run.aida or run.root) 
    121         opaw> zone 2 2
    122         opaw> h/plot 1
    123         opaw> h/plot 2
Note: See TracChangeset for help on using the changeset viewer.