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/medical/fanoCavity/README

    r807 r1337  
    1 $Id: README,v 1.13 2007/11/13 11:31:54 maire Exp $
     1$Id: README,v 1.16 2009/10/25 19:06:26 maire Exp $
    22-------------------------------------------------------------------
    33
     
    9696 4- PHYSICS
    9797 
    98     The physics list contains the standard electromagnetic processes, with few
     98    The physics lists contains the standard electromagnetic processes, with few
    9999    modifications listed here.
    100100   
     
    108108    - Bremsstrahlung : Fano conditions imply no energy transfer via
    109109    bremsstrahlung radiation. Therefore this process is not registered in the
    110     physics list. However, it is always possible to include it via an UI
    111     command. See PhysicsListMessenger class.
     110    physics list. However, it is always possible to include it.
     111    See PhysListEmStandard class.
    112112   
    113113    - Ionisation : In order to have same stopping power in wall and cavity, one
     
    154154   
    155155   It is possible to choose the format of the histogram file (hbook, root, XML)
    156    with the command /testem/histo/setFileType (hbook by default)
     156   with the command /testem/histo/setFileType (root by default)
    157157   
    158158   It is also possible to print selected histograms on an ascii file:
     
    182182
    183183  To use histograms, at least one of the AIDA implementations should be
    184   available (see http://aida.freehep.org).
     184  available. See InstallAida.txt
    185185 
    186  8a - PI
    187 
    188   A package including AIDA and extended interfaces also using Python is PI,
    189   available from: http://cern.ch/pi
    190 
    191   Once installed PI or PI-Lite in a specified local area $MYPY, it is required
    192   to add the installation path to $PATH, i.e. for example, for release 1.2.1 of
    193   PI:
    194   setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
    195 
    196   CERN users can use the PATH to the LCG area on AFS.
    197   Before running the example the command should be issued:
    198   eval `aida-config --runtime csh`
    199 
    200  8b -  OpenScientist
    201 
    202   OpenScientist is available at http://OpenScientist.lal.in2p3.fr.
    203 
    204   You have to "setup" the OpenScientist AIDA implementation before compiling
    205   (then with G4ANALYSIS_USE set) and running your Geant4 application.
    206 
    207  On UNIX you setup, with a csh flavoured shell :
    208         csh> source <<OpenScientist install path>/aida-setup.csh
    209         or with a sh flavoured shell :
    210         sh> . <<OpenScientist install path>/aida-setup.sh
    211  On Windows :
    212         DOS> call <<OpenScientist install path>/aida-setup.bat
    213 
    214   You can use various file formats for writing (AIDA-XML, hbook, root).
    215   These formats are readable by the Lab onx interactive program
    216   or the OpenPAW application. See the web pages.
    217 
    218 
    219   With OpenPAW, on a run.hbook file, one can view the histograms
    220   with something like :
    221         OS> opaw
    222         opaw> h/file 1 run.hbook  ( or opaw> h/file 1 run.aida or run.root) 
    223         opaw> zone 2 2
    224         opaw> h/plot 1
    225         opaw> h/plot 2
Note: See TracChangeset for help on using the changeset viewer.