Back to home page

EIC code displayed by LXR

 
 

    


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

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