Warning, /geant4/examples/extended/common/exCommon/README.md is written in an unsupported language. File is not indexed.
0001 \page ExampleexCommon Example exCommon
0002
0003 This example includes a set of classes independent on each other which
0004 can be reused in "feature" examples demonstrating just a particular feature
0005 or users applications.
0006
0007 It provides the following sets of classes:
0008
0009 - Detector construction classes
0010 - two simple detector construction classes with a messenger
0011
0012 - Physics list classes
0013 - GeantinoPhysicsList - physics list with geantino and chargedgeantino only
0014
0015 - Primary generator classes
0016 - two simple primary generator classes (with G4ParticleGun and
0017 G4ParticleGeneralSource)
0018
0019 These classes can be tested with the following programs:
0020 - testCommon.cc - only instantiates all classes
0021 - exampleCommonNoVis.cc - Geant4 application without visualization, that can be run
0022 both interactively or in batch (with the init.mac or run.mac macro)
0023 - exampleCommonNoVis.cc - Geant4 application with visualization, that can be run
0024 both interactively or in batch (with the init_vis.mac or run.mac macro)
0025
0026 Building examples programs can be disabled with the CMake option: -DEXAMPLES_COMMON=OFF.