Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-simulation-team
geant4
Commits
c14e6b74
Commit
c14e6b74
authored
8 years ago
by
John Chapman
Browse files
Options
Downloads
Patches
Plain Diff
Update version text
parent
f66f6797
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/global/management/include/G4Version.hh
+2
-2
2 additions, 2 deletions
source/global/management/include/G4Version.hh
source/run/src/G4RunManagerKernel.cc
+21
-4
21 additions, 4 deletions
source/run/src/G4RunManagerKernel.cc
with
23 additions
and
6 deletions
source/global/management/include/G4Version.hh
+
2
−
2
View file @
c14e6b74
...
...
@@ -50,14 +50,14 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-09-06-patch-03-atlas-0
5
$"
#define G4VERSION_TAG "$Name: geant4-09-06-patch-03-atlas-0
6
$"
#endif
// as variables
#include
"G4String.hh"
static
const
G4String
G4Version
=
"$Name: geant4-09-06-patch-03-atlas-0
5
$"
;
static
const
G4String
G4Version
=
"$Name: geant4-09-06-patch-03-atlas-0
6
$"
;
static
const
G4String
G4Date
=
"(14-March-2014)"
;
#endif
This diff is collapsed.
Click to expand it.
source/run/src/G4RunManagerKernel.cc
+
21
−
4
View file @
c14e6b74
...
...
@@ -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.atlas0
5
"
<<
G4endl
<<
"Created on
0
1/0
9
/15
00:22:09
;"
<<
G4endl
<<
"Using CLHEP 2.1.2.3-atl01; XercesC 3.1.1p1; config x86_64-slc6-gcc4
8
-dbg"
<<
G4endl
<<
G4endl
<<
"Internal ATLAS build geant4.9.6.patch03.atlas0
6
"
<<
G4endl
<<
"Created on 1
2
/0
1
/15
17:26:13
;"
<<
G4endl
<<
"Using CLHEP 2.1.2.3-atl01; XercesC 3.1.1p1; config x86_64-slc6-gcc4
9
-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()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment