Import Geant4 11.2.2 source tree

This commit is contained in:
Gabriele Cosmo
2024-06-21 15:46:33 +02:00
parent dda54bbdcf
commit f7b23877ed
411 changed files with 22817 additions and 21317 deletions
@@ -43,7 +43,7 @@
/// |--> patch number (single digit)
///
#ifndef G4VERSION_NUMBER
#define G4VERSION_NUMBER 1121
#define G4VERSION_NUMBER 1122
#endif
/// @def G4VERSION_REFERENCE_TAG
@@ -59,7 +59,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-11-02-patch-01 $"
#define G4VERSION_TAG "$Name: geant4-11-02-patch-02 $"
#endif
// as variables
@@ -68,10 +68,10 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-11-02-patch-01 [MT]$";
static const G4String G4Version = "$Name: geant4-11-02-patch-02 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-11-02-patch-01 $";
static const G4String G4Version = "$Name: geant4-11-02-patch-02 $";
#endif
static const G4String G4Date = "(16-February-2024)";
static const G4String G4Date = "(21-June-2024)";
#endif