Warning, /geant4/examples/extended/physicslists/README is written in an unsupported language. File is not indexed.
0001
0002 Geant4 extended examples - physicslists
0003 ----------------------------------------
0004
0005 Examples in this directory demonstrate usage of Geant4 reference physics lists
0006 and physics builders.
0007
0008 factory
0009 --------
0010
0011 Demonstrates the usage of G4PhysListFactory to build the concrete physics list
0012
0013 extensibleFactory
0014 -----------------
0015
0016 Demonstrates the usage of extensible g4alt::G4PhysListFactory to build a
0017 concrete physics list. It also demonstrates the setting of an alternative
0018 "default" physics list; extending existing lists by adding/replacing physics
0019 constructors; and extending the factory with user supplied physics lists.
0020
0021
0022 genericPL
0023 ---------
0024
0025 Demonstrates the usage of G4GenericPhysicsList to build the concrete physics
0026 list at the run time.