Import Geant4 11.3.2 source tree

This commit is contained in:
Gabriele Cosmo
2025-04-28 13:52:33 +02:00
parent df176550b3
commit 20a218bbe1
266 changed files with 8007 additions and 7819 deletions
+7
View File
@@ -6,6 +6,13 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-04-09 Gabriele Cosmo (global-V11-02-28)
- Updated tag IDs for geant4-11-03-patch-02.
## 2025-04-06 Alvaro Tolosa-Delgado
- Add Scintillation, Cherenkov, Transition Radiation and Synchrotron Radiation
processes to G4PhysicsModelCatalog::Initialize()
## 2025-03-21 Gabriele Cosmo (global-V11-02-27)
- Updated tag IDs for geant4-11-03-patch-01.
@@ -43,7 +43,7 @@
/// |--> patch number (single digit)
///
#ifndef G4VERSION_NUMBER
#define G4VERSION_NUMBER 1131
#define G4VERSION_NUMBER 1132
#endif
/// @def G4VERSION_REFERENCE_TAG
@@ -59,7 +59,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-11-03-patch-01 $"
#define G4VERSION_TAG "$Name: geant4-11-03-patch-02 $"
#endif
// as variables
@@ -68,10 +68,10 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-11-03-patch-01 [MT]$";
static const G4String G4Version = "$Name: geant4-11-03-patch-02 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-11-03-patch-01 $";
static const G4String G4Version = "$Name: geant4-11-03-patch-02 $";
#endif
static const G4String G4Date = "(21-March-2025)";
static const G4String G4Date = "(25-April-2025)";
#endif
@@ -602,6 +602,14 @@ void G4PhysicsModelCatalog::Initialize() {
// Class: G4NuDEXNeutronCapture
InsertModel( 25300, "model_nuDEX_neutronCapture" );
// Optical processes
InsertModel( 12020, "model_Cerenkov" );
InsertModel( 12030, "model_Scintillation" );
InsertModel( 12040, "model_SynRad" );
InsertModel( 12050, "model_SynchrotronRadiation" );
InsertModel( 12060, "model_XTRenergyLoss" );
InsertModel( 12070, "model_XrayTR" );
// ...
SanityCheck();