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
!70850
Add processing of output level flags to Sim_tf skeletons
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add processing of output level flags to Sim_tf skeletons
mnowak/athena:Sim.skeletons.output.flags
into
main
Overview
2
Commits
1
Pipelines
1
Changes
2
Merged
Marcin Nowak
requested to merge
mnowak/athena:Sim.skeletons.output.flags
into
main
1 year ago
Overview
2
Commits
1
Pipelines
1
Changes
2
Expand
Without that one can not change the output level of any components using CA flags
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
899324ad
1 commit,
1 year ago
2 files
+
8
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Simulation/SimuJobTransforms/python/HITtoRDO_Skeleton.py
+
4
−
1
Options
# 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
import
sys
@@ -110,6 +110,9 @@ def fromRunArgs(runArgs):
# Post-exec
processPostExec
(
runArgs
,
flags
,
cfg
)
from
AthenaConfiguration.Utils
import
setupLoggingLevels
setupLoggingLevels
(
flags
,
cfg
)
# Write AMI tag into in-file metadata
from
PyUtils.AMITagHelperConfig
import
AMITagCfg
cfg
.
merge
(
AMITagCfg
(
flags
,
runArgs
))
Loading