Import Geant4 11.2.1 source tree

This commit is contained in:
Gabriele Cosmo
2024-02-16 14:58:45 +01:00
parent 860a2b92bf
commit dda54bbdcf
331 changed files with 48457 additions and 50699 deletions
+3
View File
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-12-21 Yoshihide Sato (global-V11-01-27)
- G4PhysicsModelCatalog.cc: added the ID for the Light-Ion QMD model.
## 2023-11-23 Gabriele Cosmo (global-V11-01-26)
- Updated tag IDs for geant4-11-02-ref-00.
@@ -43,7 +43,7 @@
/// |--> patch number (single digit)
///
#ifndef G4VERSION_NUMBER
#define G4VERSION_NUMBER 1120
#define G4VERSION_NUMBER 1121
#endif
/// @def G4VERSION_REFERENCE_TAG
@@ -59,7 +59,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-11-02 $"
#define G4VERSION_TAG "$Name: geant4-11-02-patch-01 $"
#endif
// as variables
@@ -68,10 +68,10 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-11-02 [MT]$";
static const G4String G4Version = "$Name: geant4-11-02-patch-01 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-11-02 $";
static const G4String G4Version = "$Name: geant4-11-02-patch-01 $";
#endif
static const G4String G4Date = "(8-December-2023)";
static const G4String G4Date = "(16-February-2024)";
#endif
@@ -596,6 +596,9 @@ void G4PhysicsModelCatalog::Initialize() {
InsertModel( 26041, "model_hINCLXXCaptureAtRest_NuclearCapture" );
InsertModel( 26042, "model_hINCLXXCaptureAtRest_DIO" );
// Class: G4LightIonQMDReaction
InsertModel( 23310, "model_LightIonQMDModel" );
// ...
SanityCheck();