Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/eventgenerator/HepMC/HepMCEx02/README

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/extended/eventgenerator/HepMC/HepMCEx02/README (Version 11.3.0) and /examples/extended/eventgenerator/HepMC/HepMCEx02/README (Version 9.1.p3)


                                                   >>   1 $Id: README,v 1.1 2002/05/28 14:20:36 murakami Exp $
  1 ----------------------------------------------      2 -------------------------------------------------------------------
  2                                                     3 
  3      =========================================      4      =========================================================
  4      Geant4 - an Object-Oriented Toolkit for S      5      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
  5      =========================================      6      =========================================================
  6                                                     7 
  7                             HepMCEx02               8                             HepMCEx02
  8                             ---------               9                             ---------
  9                                                    10 
 10   This example demonstrates how to interface p     11   This example demonstrates how to interface primary particles in Geant4
 11 with various event generators via the HepMC Mo     12 with various event generators via the HepMC Monte Carlo event interface.
 12 This is another example having the same genera     13 This is another example having the same generator action as HepMCEx01, 
 13 but much simpler user control.                     14 but much simpler user control.
 14                                                    15 
 15 1. Primary Generator                               16 1. Primary Generator
 16                                                    17 
 17  H02PrimaryGeneratorAction has HepMCG4Interfac     18  H02PrimaryGeneratorAction has HepMCG4Interface as the generator.
 18 There are two types of generators provided as      19 There are two types of generators provided as samples. One generator reads 
 19 primary information from a HepMC Ascii file (d     20 primary information from a HepMC Ascii file (data/example_MyPythia.dat).
 20 The other one generates primaries directly inv     21 The other one generates primaries directly invoking PYTHIA routines 
 21 in every event.                                    22 in every event.
 22                                                    23 
 23 2. Geometry                                        24 2. Geometry
 24                                                    25 
 25   A simplified collider-type geometry, which c     26   A simplified collider-type geometry, which consists of 
 26     - endcap calorimeter (a set of tubes fille     27     - endcap calorimeter (a set of tubes filled with lead), 
 27     - barrel calorimeter (tube filled with lea     28     - barrel calorimeter (tube filled with lead),
 28     - barrel muon detector (8 sets of plates f     29     - barrel muon detector (8 sets of plates filled with Ar),
 29     - endcap muon detecror, (a set of tubes fi     30     - endcap muon detecror, (a set of tubes filled with Ar) and
 30     - uniform magnetic field along the z axis      31     - uniform magnetic field along the z axis of 3 Tesla at the 
 31       central region.                              32       central region.
 32                                                    33 
 33 3. Physics List                                    34 3. Physics List 
 34                                                    35 
 35   FTFP_BERT predefined physics list            <<  36   Full set of "ordinary" physics processes, which is the same one as
                                                   >>  37 ExN04PhysicsList.
 36                                                    38 
 37 4. User actions                                    39 4. User actions
 38                                                    40 
 39   All particles except muons are killed in the     41   All particles except muons are killed in the calorimeter section.
 40                                                    42 
 41 5. Installation                                << 
 42                                                << 
 43  See HepMC/README how to build this example.   << 
 44                                                << 
 45 6. Execution                                   << 
 46                                                << 
 47  % HepMCEx02 hepmc_pygen.in                    << 
 48                                                <<