Skip to content
Snippets Groups Projects
Commit c14e6b74 authored by John Chapman's avatar John Chapman
Browse files

Update version text

parent f66f6797
No related branches found
No related tags found
No related merge requests found
......@@ -50,14 +50,14 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-09-06-patch-03-atlas-05 $"
#define G4VERSION_TAG "$Name: geant4-09-06-patch-03-atlas-06 $"
#endif
// as variables
#include "G4String.hh"
static const G4String G4Version = "$Name: geant4-09-06-patch-03-atlas-05 $";
static const G4String G4Version = "$Name: geant4-09-06-patch-03-atlas-06 $";
static const G4String G4Date = "(14-March-2014)";
#endif
......@@ -124,9 +124,9 @@ G4RunManagerKernel::G4RunManagerKernel()
<< " Copyright : Geant4 Collaboration" << G4endl
<< " Reference : NIM A 506 (2003), 250-303" << G4endl
<< " WWW : http://cern.ch/geant4" << G4endl
<< "Internal ATLAS build geant4.9.6.patch03.atlas05" << G4endl
<< "Created on 01/09/15 00:22:09;" << G4endl
<< "Using CLHEP 2.1.2.3-atl01; XercesC 3.1.1p1; config x86_64-slc6-gcc48-dbg" << G4endl << G4endl
<< "Internal ATLAS build geant4.9.6.patch03.atlas06" << G4endl
<< "Created on 12/01/15 17:26:13;" << G4endl
<< "Using CLHEP 2.1.2.3-atl01; XercesC 3.1.1p1; config x86_64-slc6-gcc49-dbg" << G4endl << G4endl
<< "Differences w.r.t. the \"plain\" geant4-09-06-03 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl
<< " * G4NavigationHistory stop use of G4EnhancedVecAllocator - based on version of 9.4p04 " << G4endl
......@@ -135,7 +135,8 @@ G4RunManagerKernel::G4RunManagerKernel()
<< " * Patch to binary cascade to avoid crash with deuterons " << G4endl
<< " * Patch to muon capture at rest to avoid infinite loop " << G4endl
<< " * Patch to G4HadronicProcess https://its.cern.ch/jira/browse/ATLASSIM-472 " << G4endl
<< " * Patch to G4NavigationLevelRep.icc to avoid temporary " << G4endl
<< " * Patch to G4NavigationLevelRep.icc to avoid temporary " << G4endl
<< " * Patches to FTFP_BERT https://its.cern.ch/jira/browse/ATLASSIM-1750 " << G4endl
<< "*************************************************************" << G4endl
<< G4endl;
}
......@@ -766,6 +767,22 @@ void G4RunManagerKernel::SetScoreSplitter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment