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

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

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

    r807 r1337  
    1 $Id: README,v 1.29 2007/11/12 17:04:55 maire Exp $
     1$Id: README,v 1.33 2009/09/17 20:06:26 maire Exp $
    22-------------------------------------------------------------------
    33
     
    5858           
    5959 2- PHYSICS LISTS
    60 
    61     The following options for EM physics are available: 
    62     - "standard"        the best standard EM physics (default)
    63     - "G4standard"      recommended standard EM physics for LHC
    64     - "G4standard_fast" the best CPU performance standard physics for LHC
    65     - "Livermore"       low-energy EM physics using Livermore data
    66     - "Penelope"        low-energy EM physics implementing Penelope models
    67                    
     60 
     61    Physics lists can be local (eg. in this example) or from G4 kernel
     62    physics_lists subdirectory.
     63     
     64    Local physics lists:         
     65    - "local"   standard EM physics with current 'best' options setting.
     66                these options are explicited in PhysListEmStandard
     67   
     68    From geant4/source/physics_lists/builders:   
     69    - "emstandard_opt0" recommended standard EM physics for LHC
     70    - "emstandard_opt1" best CPU performance standard physics for LHC
     71    - "emstandard_opt2"     
     72    - "emstandard_opt3" best current advanced EM options.
     73                        analog to "local" above 
     74    - "emlivermore"  low-energy EM physics using Livermore data
     75    - "empenelope"   low-energy EM physics implementing Penelope models
     76       
     77    Physics lists and options can be (re)set with UI commands
     78   
     79    Please, notice that options set through G4EmProcessOPtions are global, eg
     80    for all particle types. In G4 builders, it is shown how to set options per
     81    particle type.
     82                   
    6883 3- AN EVENT : THE PRIMARY GENERATOR
    6984 
     
    148163  histo 22 : lateral energy leak (MeV/event) 
    149164
    150  One can control the name of the histograms file with the command:
    151  /testem/histo/setFileName  name  (default testem3.hbook)
    152  
     165 One can control the name of the histograms file with the commands:
     166 /testem/histo/setFileName  name  (default testem3)
     167 /testem/histo/setFileType  type  (choice: hbook, root(default), XML)
     168 
    153169  NB. Numbering scheme for histograms:
    154170  layer     : from 1 to NbOfLayers (inclued)
     
    171187
    172188  To use histograms, at least one of the AIDA implementations should be
    173   available (see http://aida.freehep.org).
     189  available. See InstallAida.txt
    174190 
    175  8a - PI
    176 
    177   A package including AIDA and extended interfaces also using Python is PI,
    178   available from: http://cern.ch/pi
    179 
    180   Once installed PI or PI-Lite in a specified local area $MYPY, it is required
    181   to add the installation path to $PATH, i.e. for example, for release 1.2.1 of
    182   PI:
    183   setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
    184 
    185   CERN users can use the PATH to the LCG area on AFS.
    186   Before running the example the command should be issued:
    187   eval `aida-config --runtime csh`
    188 
    189  8b -  OpenScientist
    190 
    191   OpenScientist is available at http://OpenScientist.lal.in2p3.fr.
    192 
    193   You have to "setup" the OpenScientist AIDA implementation before compiling
    194   (then with G4ANALYSIS_USE set) and running your Geant4 application.
    195 
    196  On UNIX you setup, with a csh flavoured shell :
    197         csh> source <<OpenScientist install path>/aida-setup.csh
    198         or with a sh flavoured shell :
    199         sh> . <<OpenScientist install path>/aida-setup.sh
    200  On Windows :
    201         DOS> call <<OpenScientist install path>/aida-setup.bat
    202 
    203   You can use various file formats for writing (AIDA-XML, hbook, root).
    204   These formats are readable by the Lab onx interactive program
    205   or the OpenPAW application. See the web pages.
    206 
    207 
    208   With OpenPAW, on a run.hbook file, one can view the histograms
    209   with something like :
    210         OS> opaw
    211         opaw> h/file 1 run.hbook  ( or opaw> h/file 1 run.aida or run.root) 
    212         opaw> zone 2 2
    213         opaw> h/plot 1
    214         opaw> h/plot 2
Note: See TracChangeset for help on using the changeset viewer.