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

    r807 r1337  
    1 $Id: README,v 1.2 2007/11/13 16:43:59 maire Exp $
     1$Id: README,v 1.4 2008/09/26 20:26:01 maire Exp $
    22-------------------------------------------------------------------
    33
     
    6666    the commands:
    6767    /testem/histo/setFileName  name  (default testem18)
    68     /testem/histo/setFileType  name  (default hbook)
     68    /testem/histo/setFileType  name  (default root)
    6969   
    7070    It is also possible to print selected histograms on an ascii file:
     
    113113         
    114114    To use histograms, at least one of the AIDA implementations should be
    115     available (see http://aida.freehep.org).
     115    available. See InstallAida.txt
    116116 
    117  8a - PI
    118 
    119   A package including AIDA and extended interfaces also using Python is PI,
    120   available from: http://cern.ch/pi
    121 
    122   Once installed PI or PI-Lite in a specified local area $MYPY, it is required
    123   to add the installation path to $PATH, i.e. for example, for release 1.2.1 of
    124   PI:
    125   setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
    126 
    127   CERN users can use the PATH to the LCG area on AFS.
    128   Before running the example the command should be issued:
    129   eval `aida-config --runtime csh`
    130 
    131  8b -  OpenScientist
    132 
    133   OpenScientist is available at http://OpenScientist.lal.in2p3.fr.
    134 
    135   You have to "setup" the OpenScientist AIDA implementation before compiling
    136   (then with G4ANALYSIS_USE set) and running your Geant4 application.
    137 
    138   On UNIX you setup, with a csh flavoured shell :
    139         csh> source <<OpenScientist install path>/aida-setup.csh
    140         or with a sh flavoured shell :
    141         sh> . <<OpenScientist install path>/aida-setup.sh
    142   On Windows :
    143         DOS> call <<OpenScientist install path>/aida-setup.bat
    144 
    145   You can use various file formats for writing (AIDA-XML, hbook, root).
    146   These formats are readable by the Lab onx interactive program
    147   or the OpenPAW application. See the web pages.
    148 
    149 
    150   With OpenPAW, on a run.hbook file, one can view the histograms
    151   with something like :
    152         OS> opaw
    153         opaw> h/file 1 run.hbook  ( or opaw> h/file 1 run.aida or run.root) 
    154         opaw> zone 2 2
    155         opaw> h/plot 1
    156         opaw> h/plot 2
Note: See TracChangeset for help on using the changeset viewer.