Warning, /geant4/examples/extended/eventgenerator/README.md is written in an unsupported language. File is not indexed.
0001 \page Examples_eventgenerator Category "eventgenerator"
0002
0003 Examples in this directory demonstrate various ways of primary event
0004 generation.
0005
0006 \ref ExampleparticleGun
0007
0008 This example demonstrates 4 ways of the usage of G4ParticleGun shooting
0009 primary particles in different cases.
0010
0011 \ref Exampleexgps
0012
0013 This example demonstrates the usage of G4GeneralParticleSource for generating
0014 primary incident particle according to user defined distributions.
0015
0016 \ref ExampleuserPrimaryGenerator
0017
0018 This example shows how to create a primary event including several vertices and
0019 several primary particles per vertex.
0020
0021 \ref Examples_HepMC
0022
0023 This directory contains examples for using HepMC as an interface with
0024 various Monte Carlo event generators, such as PYTHIA.
0025 It also include an example for demonstrating MC truth handling with HepMC.
0026
0027 \ref Examples_pythia
0028
0029 This directory contains the following examples:
0030
0031 a) use of Pythia6 as Monte Carlo event generator, interfaced with Geant4,
0032 and showing how to implement an external decayer based on Pythia6.
0033 The feature is activated by setting environment variable PYTHIA6 to point
0034 to the Pythia6 installation area.
0035 For details, please see \ref Exampledecayer6.
0036
0037 b) use of Pythia8 as an external decayer to replace native Geant4 decay
0038 tables for such resonances as tau+/- and B+/-, and to supplement Pythia8-based
0039 decay tables to those resonances where Geant4 native decay features are not
0040 implemented.
0041 For details, please see \ref Examplepy8decayer.