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
Commits
93975d2a
Verified
Commit
93975d2a
authored
1 year ago
by
Tadej Novak
Browse files
Options
Downloads
Patches
Plain Diff
Fix RDOtoRDO_TRIG skeleton flag order
parent
8c7379f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!68074
Fix RDOtoRDO_TRIG skeleton flag order
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/RecJobTransforms/python/RDOtoRDO_TRIG_Skeleton.py
+4
-3
4 additions, 3 deletions
...ruction/RecJobTransforms/python/RDOtoRDO_TRIG_Skeleton.py
with
4 additions
and
3 deletions
Reconstruction/RecJobTransforms/python/RDOtoRDO_TRIG_Skeleton.py
+
4
−
3
View file @
93975d2a
# Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
from
PyJobTransforms.TransformUtils
import
processPreExec
,
processPreInclude
,
processPostExec
,
processPostInclude
from
TriggerJobOpts
import
runHLT
...
...
@@ -18,8 +18,6 @@ def configureFlags(runArgs):
flags
=
initConfigFlags
()
from
PyJobTransforms.CommonRunArgsToFlags
import
commonRunArgsToFlags
commonRunArgsToFlags
(
runArgs
,
flags
)
from
RecJobTransforms.RecoConfigFlags
import
recoRunArgsToFlags
recoRunArgsToFlags
(
runArgs
,
flags
)
# Set standard flags for HLT jobs
runHLT
.
set_flags
(
flags
)
...
...
@@ -33,6 +31,9 @@ def configureFlags(runArgs):
flags
.
Output
.
RDOFileName
=
runArgs
.
outputRDO_TRIGFile
log
.
info
(
"
---------- Configured RDO_TRIG output
"
)
from
RecJobTransforms.RecoConfigFlags
import
recoRunArgsToFlags
recoRunArgsToFlags
(
runArgs
,
flags
)
from
AthenaConfiguration.Enums
import
ProductionStep
flags
.
Common
.
ProductionStep
=
ProductionStep
.
Reconstruction
...
...
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