Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user