source: trunk/examples/extended/eventgenerator/HepMC/HepMCEx02/README

Last change on this file was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 1.5 KB
Line 
1$Id: README,v 1.2 2010/05/24 05:32:50 kmura Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                            HepMCEx02
9                            ---------
10
11  This example demonstrates how to interface primary particles in Geant4
12with various event generators via the HepMC Monte Carlo event interface.
13This is another example having the same generator action as HepMCEx01,
14but much simpler user control.
15
161. Primary Generator
17
18 H02PrimaryGeneratorAction has HepMCG4Interface as the generator.
19There are two types of generators provided as samples. One generator reads
20primary information from a HepMC Ascii file (data/example_MyPythia.dat).
21The other one generates primaries directly invoking PYTHIA routines
22in every event.
23
242. Geometry
25
26  A simplified collider-type geometry, which consists of
27    - endcap calorimeter (a set of tubes filled with lead),
28    - barrel calorimeter (tube filled with lead),
29    - barrel muon detector (8 sets of plates filled with Ar),
30    - endcap muon detecror, (a set of tubes filled with Ar) and
31    - uniform magnetic field along the z axis of 3 Tesla at the
32      central region.
33
343. Physics List
35
36  QGSP predefined physics list
37
384. User actions
39
40  All particles except muons are killed in the calorimeter section.
41
Note: See TracBrowser for help on using the repository browser.