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

    r807 r1337  
    1 $Id: README,v 1.1 2006/05/09 16:22:19 maire Exp $
     1$Id: README,v 1.3 2008/09/26 20:15:04 maire Exp $
    22-------------------------------------------------------------------
    33
     
    7979        the commands:
    8080        /testem/histo/setFileName  name  (default testem17)
    81         /testem/histo/setFileType  name  (default hbook)
     81        /testem/histo/setFileType  name  (default root)
    8282
    8383        Note that, by default, histograms are disabled. To activate them,
     
    124124         
    125125  To use histograms, at least one of the AIDA implementations should be
    126   available (see http://aida.freehep.org).
     126  available. See InstallAida.txt
    127127 
    128  8a - PI
    129 
    130   A package including AIDA and extended interfaces also using Python is PI,
    131   available from: http://cern.ch/pi
    132 
    133   Once installed PI or PI-Lite in a specified local area $MYPY, it is required
    134   to add the installation path to $PATH, i.e. for example, for release 1.2.1 of
    135   PI:
    136   setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
    137 
    138   CERN users can use the PATH to the LCG area on AFS.
    139   Before running the example the command should be issued:
    140   eval `aida-config --runtime csh`
    141 
    142  8b -  OpenScientist
    143 
    144   OpenScientist is available at http://OpenScientist.lal.in2p3.fr.
    145 
    146   You have to "setup" the OpenScientist AIDA implementation before compiling
    147   (then with G4ANALYSIS_USE set) and running your Geant4 application.
    148 
    149  On UNIX you setup, with a csh flavoured shell :
    150         csh> source <<OpenScientist install path>/aida-setup.csh
    151         or with a sh flavoured shell :
    152         sh> . <<OpenScientist install path>/aida-setup.sh
    153  On Windows :
    154         DOS> call <<OpenScientist install path>/aida-setup.bat
    155 
    156   You can use various file formats for writing (AIDA-XML, hbook, root).
    157   These formats are readable by the Lab onx interactive program
    158   or the OpenPAW application. See the web pages.
    159 
    160 
    161   With OpenPAW, on a run.hbook file, one can view the histograms
    162   with something like :
    163         OS> opaw
    164         opaw> h/file 1 run.hbook  ( or opaw> h/file 1 run.aida or run.root) 
    165         opaw> zone 2 2
    166         opaw> h/plot 1
    167         opaw> h/plot 2
Note: See TracChangeset for help on using the changeset viewer.