Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
+18 -2
View File
@@ -1,8 +1,24 @@
# Category phys-lists History
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
which **must** added in reverse chronological order (newest at the top).
It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2024-11-04 Vladimir Ivantchenko (phys-list-V11-02-03)
- G4PhysListFactory - use std::size_t
## 2024-08-09 Gabriele Cosmo (phys-list-V11-02-02)
- G4PhysListRegistry: fixed compilation on XCode for implicit type conversion.
Minor code cleanup (use of nullptr, G4bool, std::size_t, singleton instance
initialisation). Initialise the instance only the first time it gets created.
## 2024-07-03 Robert Hatcher (phys-list-V11-02-01)
- Add "HPT" extension to support adding G4ThermalNeutrons to extensible physlist factory.
- Changed how base phylist matching is done in G4PhysListRegistry in order to support
"_HP" lists and new "_HPT" extension; requires match to be exact or the remaining part
start with "_" or "+"
## 2024-06-05 Alberto Ribon (phys-lists-V11-02-00)
- G4PhysListFactory : added three new variants of the physics list `Shielding`,