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
!54044
Add comment for calo ring domain and small formatting change
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add comment for calo ring domain and small formatting change
ATLAS-EGamma/athena:RecoSteering_add_ringer_comment
into
master
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:RecoSteering_add_ringer_comment
into
master
2 years ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Add comment for calo ring domain and small formatting change
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8984341c
1 commit,
2 years ago
1 file
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Reconstruction/RecJobTransforms/python/RecoSteering.py
+
5
−
3
Options
@@ -164,11 +164,12 @@ def RecoSteering(flags):
acc
.
merge
(
METCfg
(
flags
))
log
.
info
(
"
---------- Configured MET
"
)
# Calo Rings
acc
.
flagPerfmonDomain
(
'
CaloRings
'
)
if
flags
.
Reco
.
EnableCaloRinger
:
from
CaloRingerAlgs.CaloRingerAlgsConfig
import
CaloRingerSteeringCfg
acc
.
merge
(
CaloRingerSteeringCfg
(
flags
))
log
.
info
(
"
---------- Configured Calo Ring
er
"
)
log
.
info
(
"
---------- Configured Calo Ring
s
"
)
# HI
acc
.
flagPerfmonDomain
(
'
HI
'
)
@@ -187,10 +188,11 @@ def RecoSteering(flags):
# Monitoring
acc
.
flagPerfmonDomain
(
'
DQM
'
)
if
flags
.
DQ
.
doMonitoring
:
from
AthenaMonitoring.AthenaMonitoringCfg
import
AthenaMonitoringCfg
,
AthenaMonitoringPostprocessingCfg
from
AthenaMonitoring.AthenaMonitoringCfg
import
(
AthenaMonitoringCfg
,
AthenaMonitoringPostprocessingCfg
)
acc
.
merge
(
AthenaMonitoringCfg
(
flags
))
if
flags
.
DQ
.
doPostProcessing
:
acc
.
merge
(
AthenaMonitoringPostprocessingCfg
(
flags
))
acc
.
merge
(
AthenaMonitoringPostprocessingCfg
(
flags
))
log
.
info
(
"
---------- Configured DQ monitoring
"
)
# Setup the final post-processing
Loading