source: trunk/examples/extended/eventgenerator/HepMC/HepMCEx01/README @ 1337

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

update

File size: 2.3 KB
Line 
1$Id: README,v 1.3 2006/07/05 11:53:02 gcosmo Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                            HepMCEx01
9                            ---------
10
11 HepMCEx01 is based on ExampleN04, which has a simplified collider detector
12geometry. Only part of the primary generator action is replaced with new one.
13This example demonstrates the following features.
14
151. HepMC interface
16
17 ExN04PrimaryGeneratorAction has HepMCG4Interface as the generator.
18There are two types of generators provided as samples. One generator reads
19primary information from a HepMC Ascii file (data/example_MyPythia.dat).
20The other one generates primaries directly invoking PYTHIA routines
21in every event.
22
232. Readout geometry
24
25 ExN04DetectorConstruction defines a simplified collider detecor
26geometry, tracker made of cylindrical tubes, calorimeter made of
27cylindrical tubes, and muon trackers made of planes.
28 Cylindrical calorimeter is made of tubes of lead and scintirator
29without cut in phi nor z direction. Energy deposition in scintirator
30is accumulated by ExN04CalorimeterSD sensitive detector, which has
31a readout geometry to find the phi-z cell.
32
333. Full set of "ordinary" physics processes
34
35 ExN04PhysicsList defines almost all of leptons and hadrons which
36Geant4 has dedicated classes for. Also almost all physics processes
37Geant4 has are defined.
38
394. Event filtering by the stacking mechanism.
40
41 Higgs events in "pythia_event.data" have two lepton pairs produced
42by the Higgs decay via Z0. At the first stage of each event, only the
43primary muons are tracked without tracking secondaries. then the number
44of hits on the muon trackers are examined. At the next stage, only
45the primary charged particles are tracked only inside the barrel
46tracking area and the isolation of the primary muons are examined.
47At the third stage, all particles in the RoI (Region of Interest) along
48the isolated muons are tracked. All these examinations are applied in
49ExN04StackingAction.
50
51NOTE: it requires the installation of:
52      - CERNLIB 2005 and proper access to the "/cern/pro/bin" path included
53        in $PATH.
54      - HepMC, version 1.27 or greater and proper path defined in $HEPMC_DIR.
Note: See TracBrowser for help on using the repository browser.