Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -44,7 +44,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-11-00-beta-01 $"
#define G4VERSION_TAG "$Name: geant4-11-00 $"
#endif
// as variables
@@ -53,10 +53,10 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-11-00-beta-01 [MT]$";
static const G4String G4Version = "$Name: geant4-11-00 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-11-00-beta-01 $";
static const G4String G4Version = "$Name: geant4-11-00 $";
#endif
static const G4String G4Date = "(25-June-2021)";
static const G4String G4Date = "(10-December-2021)";
#endif