diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index 5a4c2fcaa686d2cd80fa0d74479fe391ae7345c9..e11de1422608dcf24393e0a7f0181f0d64e8d1d8 100644 --- a/source/global/management/include/G4Version.hh +++ b/source/global/management/include/G4Version.hh @@ -44,7 +44,7 @@ #endif #ifndef G4VERSION_TAG -#define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas09 $" +#define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas10 $" #endif // as variables @@ -53,9 +53,9 @@ #include "G4String.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas09 [MT]$"; +static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas10 [MT]$"; #else -static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas09 $"; +static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas10 $"; #endif static const G4String G4Date = "(6-November-2020)"; diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc index 79c2d23f76d467eee275d31a78782e31fd99dd73..73ba7302af1a410f3fbbe3f234b6439faba31cb5 100644 --- a/source/run/src/G4RunManagerKernel.cc +++ b/source/run/src/G4RunManagerKernel.cc @@ -144,8 +144,8 @@ 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.patch03.atlas09" << G4endl - << " Created on 05/09/23 15:30:00;" << G4endl + << " Internal ATLAS build geant4.10.6.patch03.atlas10" << G4endl + << " Created on 10/11/23 11:30:00;" << G4endl << " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-centos7-gcc8-opt" << G4endl << G4endl << " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl << " * G4AtlasRK4 stepper" << G4endl @@ -157,6 +157,7 @@ G4RunManagerKernel::G4RunManagerKernel() << " * Final patch to Woodcock tracking - more robust against geometry clashes"<<G4endl << " * Allow compilation against C++20" << G4endl << " * G4AntiNeutron is unstable by default" << G4endl + << " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl << "**************************************************************" << G4endl << G4endl; } @@ -241,8 +242,8 @@ 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.patch03.atlasmt09" << G4endl - << " Created on 05/09/23 15:30:00;" << G4endl + << " Internal ATLAS build geant4.10.6.patch03.atlasmt10" << G4endl + << " Created on 10/11/23 11:30:00;" << G4endl << " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-centos7-gcc8-opt" << G4endl << G4endl << " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl << " * G4AtlasRK4 stepper" << G4endl @@ -254,6 +255,7 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true), << " * Final patch to Woodcock tracking - more robust against geometry clashes"<<G4endl << " * Allow compilation against C++20" << G4endl << " * G4AntiNeutron is unstable by default" << G4endl + << " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl << "**************************************************************" << G4endl << G4endl; break;