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
+4
View File
@@ -5,6 +5,10 @@ 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-10-08 Jonas Hahnfeld (transport-V11-02-00)
- Introduce `TRANSPORTATION_WITH_MSC` process sub type
## 2023-01-26 John Apostolakis (transport-V11-01-02)
- Added a method to set both warning & important energies in G4TransporationParameters
Added method to report lock errors.
@@ -43,6 +43,7 @@ enum G4TransportationProcessType
{
TRANSPORTATION = 91 ,
COUPLED_TRANSPORTATION = 92 ,
TRANSPORTATION_WITH_MSC = 93,
// following processes belong to 'General' type
STEP_LIMITER = 401,
USER_SPECIAL_CUTS = 402,