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

Update version to geant4.10.6.patch03.atlas11

parent c5c160a9
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#endif #endif
#ifndef G4VERSION_TAG #ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas10 $" #define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas11 $"
#endif #endif
// as variables // as variables
...@@ -53,9 +53,9 @@ ...@@ -53,9 +53,9 @@
#include "G4String.hh" #include "G4String.hh"
#ifdef G4MULTITHREADED #ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas10 [MT]$"; static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas11 [MT]$";
#else #else
static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas10 $"; static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas11 $";
#endif #endif
static const G4String G4Date = "(6-November-2020)"; static const G4String G4Date = "(6-November-2020)";
......
...@@ -144,9 +144,9 @@ G4RunManagerKernel::G4RunManagerKernel() ...@@ -144,9 +144,9 @@ G4RunManagerKernel::G4RunManagerKernel()
<< " : IEEE-TNS 53 (2006), 270-278" << G4endl << " : IEEE-TNS 53 (2006), 270-278" << G4endl
<< " : NIM A 835 (2016), 186-225" << G4endl << " : NIM A 835 (2016), 186-225" << G4endl
<< " WWW : http://geant4.org/" << G4endl << " WWW : http://geant4.org/" << G4endl
<< " Internal ATLAS build geant4.10.6.patch03.atlas10" << G4endl << " Internal ATLAS build geant4.10.6.patch03.atlas11" << G4endl
<< " Created on 10/11/23 11:30:00;" << G4endl << " Created on 11/04/24 12:00:00;" << G4endl
<< " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-centos7-gcc8-opt" << G4endl << G4endl << " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-el9-gcc13-opt" << G4endl << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl << " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl << " * G4AtlasRK4 stepper" << G4endl
<< " * G4MagInt_Driver patch to reduce differences w.r.t. G4IntegrationDriver" << G4endl << " * G4MagInt_Driver patch to reduce differences w.r.t. G4IntegrationDriver" << G4endl
...@@ -158,6 +158,7 @@ G4RunManagerKernel::G4RunManagerKernel() ...@@ -158,6 +158,7 @@ G4RunManagerKernel::G4RunManagerKernel()
<< " * Allow compilation against C++20" << G4endl << " * Allow compilation against C++20" << G4endl
<< " * G4AntiNeutron is unstable by default" << G4endl << " * G4AntiNeutron is unstable by default" << G4endl
<< " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl << " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl
<< " * Allow builds with LTO" << G4endl
<< "**************************************************************" << G4endl << "**************************************************************" << G4endl
<< G4endl; << G4endl;
} }
...@@ -242,9 +243,9 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true), ...@@ -242,9 +243,9 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true),
<< " : IEEE-TNS 53 (2006), 270-278" << G4endl << " : IEEE-TNS 53 (2006), 270-278" << G4endl
<< " : NIM A 835 (2016), 186-225" << G4endl << " : NIM A 835 (2016), 186-225" << G4endl
<< " WWW : http://geant4.org/" << G4endl << " WWW : http://geant4.org/" << G4endl
<< " Internal ATLAS build geant4.10.6.patch03.atlasmt10" << G4endl << " Internal ATLAS build geant4.10.6.patch03.atlasmt11" << G4endl
<< " Created on 10/11/23 11:30:00;" << G4endl << " Created on 11/04/23 12:00:00;" << G4endl
<< " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-centos7-gcc8-opt" << G4endl << G4endl << " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-el9-gcc13-opt" << G4endl << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl << " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl << " * G4AtlasRK4 stepper" << G4endl
<< " * G4MagInt_Driver patch to reduce differences w.r.t. G4IntegrationDriver" << G4endl << " * G4MagInt_Driver patch to reduce differences w.r.t. G4IntegrationDriver" << G4endl
...@@ -256,6 +257,7 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true), ...@@ -256,6 +257,7 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true),
<< " * Allow compilation against C++20" << G4endl << " * Allow compilation against C++20" << G4endl
<< " * G4AntiNeutron is unstable by default" << G4endl << " * G4AntiNeutron is unstable by default" << G4endl
<< " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl << " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl
<< " * Allow builds with LTO" << G4endl
<< "**************************************************************" << G4endl << "**************************************************************" << G4endl
<< G4endl; << G4endl;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment