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