source: trunk/examples/extended/parallel/ParN04/docs/README

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

update

File size: 2.1 KB
Line 
1$Id: README,v 1.1 2002/03/05 15:22:08 gcosmo Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                            ParN04
9                            ------
10
11 ParN04 has a simplified collider detector geometry.
12 This example demonstrates the following features.
13 [ Read 000README for a description of how to run it in parallel. ]
14
151. PYTHIA primary events.
16
17 ExN04PrimaryGeneratorAction has G4HEPEvtInterface as the generator.
18G4HEPEvtInterface accesses to "pythia_event.data", which contains three
19events of Higgs generation produced by PYTHIA. "pythia_main.f" is an
20example FORTRAN code of PYTHIA for generating this event sample.
21
222. Readout geometry
23
24 ExN04DetectorConstruction defines a simplified collider detecor
25geometry, tracker made of cylindrical tubes, calorimeter made of
26cylindrical tubes, and muon trackers made of planes.
27 Cylindrical calorimeter is made of tubes of lead and scintirator
28without cut in phi nor z direction. Energy deposition in scintirator
29is accumurated by ExN04CalorimeterSD sensitive detector, which has
30a readout geometry to find the phi-z cell.
31
323. Full set of "ordinary" physics processes
33
34 ExN04PhysicsList defines almost all of leptons and hadrons which
35Geant4 has dedicated classes for. Also almost all physics processes
36Geant4 has are defined.
37
384. Event filtering by the stacking mechanism.
39
40 Higgs events in "pythia_event.data" have two lepton pairs produced
41by the Higgs decay via Z0. At the first stage of each event, only the
42primary muons are tracked without tracking secondaries. then the number
43of hits on the muon trackers are examined. At the next stage, only
44the primary charged particles are tracked only inside the barrel
45tracking area and the isolation of the primary muons are examined.
46At the third stage, all particles in the RoI (Region of Interest) along
47the isolated muons are tracked. All these examinations are applied in
48ExN04StackingAction.
Note: See TracBrowser for help on using the repository browser.