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

Update version to geant4.10.6.patch00.atlas01

parent 2cc256ce
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-10-06 $"
#define G4VERSION_TAG "$Name: geant4.10.6.patch00.atlas01 $"
#endif
// as variables
......@@ -53,9 +53,9 @@
#include "G4String.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-10-06 [MT]$";
static const G4String G4Version = "$Name: geant4.10.06.patch00.atlas01 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-10-06 $";
static const G4String G4Version = "$Name: geant4.10.06.patch00.atlas01 $";
#endif
static const G4String G4Date = "(6-December-2019)";
......
......@@ -144,6 +144,11 @@ G4RunManagerKernel::G4RunManagerKernel()
<< " : IEEE-TNS 53 (2006), 270-278" << G4endl
<< " : NIM A 835 (2016), 186-225" << G4endl
<< " WWW : http://geant4.org/" << G4endl
<< " Internal ATLAS build geant4.10.6.patch00.atlas01" << G4endl
<< " Created on 28/01/20 17:27:00;" << G4endl
<< " Using CLHEP 2.4.1.3; XercesC 3.1.3; config x86_64-slc6-gcc8-opt" << G4endl << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-06-patch-00 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl
<< "**************************************************************" << G4endl
<< G4endl;
}
......@@ -228,6 +233,11 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true),
<< " : IEEE-TNS 53 (2006), 270-278" << G4endl
<< " : NIM A 835 (2016), 186-225" << G4endl
<< " WWW : http://geant4.org/" << G4endl
<< " Internal ATLAS build geant4.10.6.patch00.atlas01" << G4endl
<< " Created on 28/01/20 17:27:00;" << G4endl
<< " Using CLHEP 2.4.1.3; XercesC 3.1.3; config x86_64-slc6-gcc8-opt" << G4endl << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-06-patch-00 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