Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
+6 -7
View File
@@ -43,12 +43,6 @@ including thermal scattering.
See A.R. Garcia, E. Mendoza, D. Cano-Ott presentation at G4 Hadronic group
meeting (04/2013) and note on G4NeutronHP package
Hadr05
------
This example demonstrates the usage of G4GenericPhysicsList to build
the concrete physics list at the run time.
Hadr06
------
@@ -75,4 +69,9 @@ NeutronSource
NeutronSource is an example of neutrons production. It illustrates the cooperative work
of nuclear reactions and radioactive decay processes.
It survey energy deposition and particle's flux.
It uses PhysicsConstructor objects.
It uses PhysicsConstructor objects.
The example Hadr05, which demonstrated the usage of G4GenericPhysicsList to build
the concrete physics list at the run time, has been repleced in Geant4 10.4 by
extended/physicslists/genericPL the generic physics list was demonstrated in the
extended/hadronic/Hadr05 example.