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
2c93879b
Commit
2c93879b
authored
1 year ago
by
Benjamin Morgan
Browse files
Options
Downloads
Patches
Plain Diff
Update version to geant4.10.6.patch03.atlas12
parent
6697605c
Branches
Branches containing commit
Tags
v10.6.3.12
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/global/management/include/G4Version.hh
+3
-3
3 additions, 3 deletions
source/global/management/include/G4Version.hh
source/run/src/G4RunManagerKernel.cc
+6
-4
6 additions, 4 deletions
source/run/src/G4RunManagerKernel.cc
with
9 additions
and
7 deletions
source/global/management/include/G4Version.hh
+
3
−
3
View file @
2c93879b
...
...
@@ -44,7 +44,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas1
1
$"
#define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas1
2
$"
#endif
// as variables
...
...
@@ -53,9 +53,9 @@
#include
"G4String.hh"
#ifdef G4MULTITHREADED
static
const
G4String
G4Version
=
"$Name: geant4.10.6.patch03.atlas1
1
[MT]$"
;
static
const
G4String
G4Version
=
"$Name: geant4.10.6.patch03.atlas1
2
[MT]$"
;
#else
static
const
G4String
G4Version
=
"$Name: geant4.10.6.patch03.atlas1
1
$"
;
static
const
G4String
G4Version
=
"$Name: geant4.10.6.patch03.atlas1
2
$"
;
#endif
static
const
G4String
G4Date
=
"(6-November-2020)"
;
...
...
This diff is collapsed.
Click to expand it.
source/run/src/G4RunManagerKernel.cc
+
6
−
4
View file @
2c93879b
...
...
@@ -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.atlas1
1
"
<<
G4endl
<<
" Created on 1
1
/04/24 1
2
:00:00;"
<<
G4endl
<<
" Internal ATLAS build geant4.10.6.patch03.atlas1
2
"
<<
G4endl
<<
" Created on 1
6
/04/24 1
1
:00:00;"
<<
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
<<
" * G4AtlasRK4 stepper"
<<
G4endl
...
...
@@ -159,6 +159,7 @@ G4RunManagerKernel::G4RunManagerKernel()
<<
" * G4AntiNeutron is unstable by default"
<<
G4endl
<<
" * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)"
<<
G4endl
<<
" * Allow builds with LTO"
<<
G4endl
<<
" * Correct LTO link-time warnings"
<<
G4endl
<<
"**************************************************************"
<<
G4endl
<<
G4endl
;
}
...
...
@@ -243,8 +244,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.atlasmt1
1
"
<<
G4endl
<<
" Created on 1
1
/04/23 1
2
:00:00;"
<<
G4endl
<<
" Internal ATLAS build geant4.10.6.patch03.atlasmt1
2
"
<<
G4endl
<<
" Created on 1
6
/04/23 1
1
:00:00;"
<<
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
<<
" * G4AtlasRK4 stepper"
<<
G4endl
...
...
@@ -258,6 +259,7 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true),
<<
" * G4AntiNeutron is unstable by default"
<<
G4endl
<<
" * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)"
<<
G4endl
<<
" * Allow builds with LTO"
<<
G4endl
<<
" * Correct LTO link-time warnings"
<<
G4endl
<<
"**************************************************************"
<<
G4endl
<<
G4endl
;
break
;
...
...
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