Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/runAndEvent/README is written in an unsupported language. File is not indexed.

0001 
0002         Geant4 extended examples - run and event
0003         ----------------------------------------
0004 
0005  Examples in this directory demonstrate the use of some features in
0006 Run and Event categories. Since these categories are on the top of
0007 hierarchy of Geant4 structure to control the full functionarities of
0008 Geant4, some examples contain features in other categories such as
0009 Tracking, Track, Particles, Detector responces, and even some cases
0010 Geometry and Processes.
0011 
0012 RE01
0013 ----
0014 
0015  This example demonstrates how to connect the information between
0016 primary particles and hits. It also utilizes some user-information 
0017 classes. Readout geometry is implemented as a parallel world.
0018 Decay of "Unknown" particle (that may represent whatever a particle 
0019 Geant4 does not know how to deal with) is taken care as "pre-assigned
0020 decay products".
0021 
0022 RE02
0023 ----
0024 
0025  This example demonstrates how to accumulate the physics quantities
0026 such as energy deposition and dose for a run. It also demonstrates
0027 the use of primitive scorers.
0028 
0029 RE03
0030 ----
0031 
0032  This example demonstrates how to use UI-command base scoring.
0033 It create parallel world(s) for defining scoring mesh(es).
0034 
0035 RE04
0036 ----
0037 
0038  This example demonstrates how to define layered mass geometry in
0039 a parallel world and use it in a simulation.
0040 
0041 RE05
0042 ----
0043 
0044  Defines a simplified collider detector setup.
0045 Demonstrates interfacing to the PYTHIA primary generator. Includes
0046 the definition of a 'readout' geometry. Exercises event filtering using
0047 the stacking mechanism. Includes visualization.
0048 It was moved in extended examples from novice/N04 with removal of
0049 novice examples. 
0050 
0051 RE06 
0052 ----
0053 
0054 Implements three simplified sandwitch calorimeters.
0055 Shows how to modify part of the geometry setup at run-time. Includes
0056 detector description parameterisation by materials. Demonstrates
0057 sharing of a sensitive detector definition for different sub-detectors.
0058 Defines different geometrical regions with different production
0059 thresholds. Shows customization of the G4Run.
0060 It was moved in extended examples from novice/N07 with removal of
0061 novice examples. 
0062 
0063 RE07
0064 ----
0065 
0066 Based on extended/electromagnetic/TestEm3, this example demonstrates
0067 how to register specialized tracking managers for a particle or a set
0068 of particles.