Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
@@ -40,11 +40,11 @@
// |--> patch number
#ifndef G4VERSION_NUMBER
#define G4VERSION_NUMBER 1102
#define G4VERSION_NUMBER 1110
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-11-00-patch-02 $"
#define G4VERSION_TAG "$Name: geant4-11-01-beta-01 $"
#endif
// as variables
@@ -53,10 +53,10 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-11-00-patch-02 [MT]$";
static const G4String G4Version = "$Name: geant4-11-01-beta-01 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-11-00-patch-02 $";
static const G4String G4Version = "$Name: geant4-11-01-beta-01 $";
#endif
static const G4String G4Date = "(25-May-2022)";
static const G4String G4Date = "(30-June-2022)";
#endif