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/hadronic/Hadr01/README

    r807 r1337  
    1515simulation of proton or ion beam interaction with a water target. Different
    1616aspects of beam target interaction are demonstrating in the example including
    17 logitudinal profile of energy deposition, spectra of secondary  particles,
     17longitudinal profile of energy deposition, spectra of secondary  particles,
    1818spectra of particles leaving the target. The results are presenting in a form
    1919of average numbers and histograms.
     
    2222                           GEOMETRY
    2323
    24 The Target volume is a cilinder placed inside Check cilindrical volume. The
     24The Target volume is a cylinder placed inside Check cylindrical volume. The
    2525Check volume is placed inside the World volume. The radius and the length of
    26 the Check volume are 1 mm larger than the radiaus and the length of the Target.
     26the Check volume are 1 mm larger than the radius and the length of the Target.
    2727The material of the Check volume is the same as the World material.  The World
    28 volume has the sizes 10 mm larger than that of the Target volume.  Any naterial
     28volume has the sizes 10 mm larger than that of the Target volume.  Any material
    2929from the Geant4 database can be defined. The default World  material is
    3030G4Galactic and the default  Target material is aluminum. The Target is
    31 subdivided on number of equal slices. Follwoing UI commands are available to
     31subdivided on number of equal slices. Following UI commands are available to
    3232modify the geometry:
    3333
     
    3838/testhadr/NumberDivZ    200
    3939
    40 If geometry was changed between two runs, then the follwoing command need to
     40If geometry was changed between two runs, then the following command need to
    4141be executed:
    4242
    4343/testhadr/Update
    4444
    45 Beam direction coinsides with the target axis and is Z axis in the global
     45Beam direction coincides with the target axis and is Z axis in the global
    4646coordinate system. The beam starts 5 mm in front of the target. G4ParticleGun
    4747is used as a primary generator. The energy and the type of the beam can be
     
    8484
    8585PhysicsList of the application uses components, which are distributed with
    86 Geant4 in /geant4/physics_lists subdirectory. So, before compiling hadro01 it
    87 is necessary to compile physics_lists
     86Geant4 in /geant4/physics_lists subdirectory.
    8887
    89 The choice of the physics is provided by the UI command:
     88There is a possibility directly use one of reference Physics Lists if
     89using the environment variable PHYSLIST. Alternatively the name of the reference
     90Physics List can be given via parameter of the the application as following:
    9091
    91 /testhadr/Physics     QGSP
     92$G4BIN/Linux++/hadr01 QGSP_BERT my.macro
    9293
    93 The command
     94Finally it is possible to use UI commands (PHYSLIST environment variable is not
     95defined). The choice of the physics is provided by the UI command:
    9496
    95 /testhadr/Physics     PHYSLIST
     97/testhadr/Physics     QGSP_BIC
    9698
    97 allows allows to download a physics configuration defined by an environment
    98 variable PHYSLIST.
    99 
    100 To see the list of available configurations one can use
     99To see the list of available configurations with UI one can use
    101100
    102101/testhadr/ListPhysics
    103102
    104 The cuts for electromagnetic phsyics can be established via
     103The cuts for electromagnetic physics can be established via
    105104
    106105/testhadr/CutsAll       1 mm
     
    109108/testhadr/CutsPos     0.3 mm
    110109
     110Note that testhadr UI commands are not available in the case when PHYSLIST
     111environment variable is defined.
    111112
    112                           VISUALISATION
     113
     114                          VISUALIZATION
    113115
    114116For interactive mode G4 visualization options and variables should be
     
    166168subdirectory.
    167169
    168 To show the contence of a histogram ID=i the commands may be applied:
     170To show the content of a histogram ID=i the commands may be applied:
    169171
    170172/testhadr/HistoPrint  i
    171173
    172 All histograms are normalised to the number of events.
     174All histograms are normalized to the number of events.
Note: See TracChangeset for help on using the changeset viewer.