Skip to content
Snippets Groups Projects
Commit 58859010 authored by Benjamin Morgan's avatar Benjamin Morgan
Browse files

Update version to geant4.10.7.beta01.atlas01

Fix G4VERSION_TAG for ATLAS's style of #define expected by regex
in ATLAS FindGeant4
parent c21acea0
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,11 @@
// |--> patch number
#ifndef G4VERSION_NUMBER
# define G4VERSION_NUMBER 1070
#define G4VERSION_NUMBER 1070
#endif
#ifndef G4VERSION_TAG
# define G4VERSION_TAG "$Name: geant4-10-07-beta-01 $"
#define G4VERSION_TAG "$Name: geant4.10.7.beta01.atlas01 $"
#endif
// as variables
......@@ -53,9 +53,9 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-10-07-beta-01 [MT]$";
static const G4String G4Version = "$Name: geant4.10.07.beta01.atlas01 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-10-07-beta-01 $";
static const G4String G4Version = "$Name: geant4.10.07.beta01.atlas01 $";
#endif
static const G4String G4Date = "(26-June-2020)";
......
......@@ -162,6 +162,11 @@ G4RunManagerKernel::G4RunManagerKernel()
<< " : NIM A 835 (2016), 186-225"
<< G4endl << " WWW : http://geant4.org/"
<< G4endl
<< " Internal ATLAS build geant4.10.7.beta01.atlas01" << G4endl
<< " Created on 30/06/20 12:20:00;" << G4endl
<< " Using CLHEP 2.4.1.3; XercesC 3.1.3; config x86_64-slc6-gcc8-opt" << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-07-beta-01 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl
<< "**************************************************************"
<< G4endl << G4endl;
}
......@@ -269,6 +274,11 @@ G4RunManagerKernel::G4RunManagerKernel(RMKType rmkType)
<< G4endl
<< " WWW : http://geant4.org/"
<< G4endl
<< " Internal ATLAS build geant4.10.7.beta01.atlas01" << G4endl
<< " Created on 30/06/20 12:20:00;" << G4endl
<< " Using CLHEP 2.4.1.3; XercesC 3.1.3; config x86_64-slc6-gcc8-opt" << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-07-beta-01 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl
<< "**************************************************************"
<< G4endl << G4endl;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment