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

Last change on this file since 1317 was 807, checked in by garnier, 16 years ago

update

File size: 1.5 KB
Line 
1$Id: README,v 1.1 2002/05/28 14:20:36 murakami 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  Full set of "ordinary" physics processes, which is the same one as
37ExN04PhysicsList.
38
394. User actions
40
41  All particles except muons are killed in the calorimeter section.
42
Note: See TracBrowser for help on using the repository browser.