Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
athena
Merge requests
!58997
Fix for ReSimulation of samples with specialConfig (
ATLMCPROD-10108
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix for ReSimulation of samples with specialConfig (
ATLMCPROD-10108
)
jchapman/athena:FixLongLivedReSimulation_master
into
master
Overview
4
Commits
1
Pipelines
1
Changes
8
Merged
John Derek Chapman
requested to merge
jchapman/athena:FixLongLivedReSimulation_master
into
master
2 years ago
Overview
4
Commits
1
Pipelines
1
Changes
8
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
44727fba
1 commit,
2 years ago
8 files
+
36
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
Simulation/SimulationJobOptions/share/specialConfig/preInclude.AMSB.py
+
3
−
0
Options
@@ -42,6 +42,9 @@ try:
if
"
StreamHITS
"
in
f
.
infos
[
"
stream_names
"
]:
from
Digitization.DigitizationFlags
import
digitizationFlags
simdict
=
digitizationFlags
.
specialConfiguration
.
get_Value
()
if
simdict
is
None
:
# Here we are in a ReSim job, so the input is a HITS file
raise
ValueError
doG4SimConfig
=
False
else
:
from
G4AtlasApps.SimFlags
import
simFlags
Loading