Back to home page

EIC code displayed by LXR

 
 

    


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

0001 -------------------------------------------------------------------
0002 
0003      =========================================================
0004      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
0005      =========================================================
0006 
0007                 Common Classes for Extended Examples
0008                 -------------------------------------
0009 
0010   This example includes a set of classes independent on each other which
0011   can be reused in "feature" examples demonstrating just a particular feature
0012   or users applications.
0013 
0014   It provides the following sets of classes:
0015 
0016   - Detector construction classes
0017     - two simple detector construction classes with a messenger
0018 
0019   - Physics list classes
0020     - GeantinoPhysicsList - physics list with geantino and chargedgeantino only
0021 
0022   - Primary generator classes
0023     - two simple primary generator classes (with G4ParticleGun and
0024       G4ParticleGeneralSource)
0025 
0026   These classes can be tested with the following programs:
0027   - testCommon.cc - only instantiates all classes
0028   - exampleCommonNoVis.cc - Geant4 application without visualization, that can be run
0029       both interactively or in batch (with the init.mac or run.mac macro)
0030   - exampleCommonNoVis.cc - Geant4 application with visualization, that can be run
0031       both interactively or in batch (with the init_vis.mac or run.mac macro)
0032 
0033   Building examples programs can be disabled with the CMake option: -DEXAMPLES_COMMON=OFF.
0034