Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -44,7 +44,7 @@
#endif
#ifndef G4VERSION_TAG
# define G4VERSION_TAG "$Name: geant4-10-07-beta-01 $"
# define G4VERSION_TAG "$Name: geant4-10-07 $"
#endif
// as variables
@@ -53,10 +53,10 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-10-07-beta-01 [MT]$";
static const G4String G4Version = "$Name: geant4-10-07 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-10-07-beta-01 $";
static const G4String G4Version = "$Name: geant4-10-07 $";
#endif
static const G4String G4Date = "(26-June-2020)";
static const G4String G4Date = "(4-December-2020)";
#endif