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
!75698
Retrieve public muon EDMPrinterTool with getPrimaryAndMerge
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Retrieve public muon EDMPrinterTool with getPrimaryAndMerge
tstreble-main-patch-f048
into
main
Overview
2
Commits
1
Pipelines
1
Changes
2
Merged
Thomas Strebler
requested to merge
tstreble-main-patch-f048
into
main
3 months ago
Overview
2
Commits
1
Pipelines
1
Changes
2
Expand
Follow up to
!75531 (merged)
FYI
@jojungge
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
516287ba
1 commit,
3 months ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonValidation/MuonDQA/MuonPhysValMonitoring/python/MuonPhysValConfig.py
+
1
−
1
Options
@@ -30,7 +30,7 @@ def PhysValMuonCfg(flags, name="muphysval", **kwargs):
from
MuonSelectorTools.MuonSelectorToolsConfig
import
MuonSelectionToolCfg
kwargs
.
setdefault
(
"
MuonSelector
"
,
acc
.
popToolsAndMerge
(
MuonSelectionToolCfg
(
flags
)))
from
MuonConfig.MuonRecToolsConfig
import
MuonEDMPrinterToolCfg
edmprinter
=
acc
.
popTools
AndMerge
(
MuonEDMPrinterToolCfg
(
flags
))
edmprinter
=
acc
.
getPrimary
AndMerge
(
MuonEDMPrinterToolCfg
(
flags
))
kwargs
.
setdefault
(
"
MuonPrinter
"
,
CompFactory
.
Rec
.
MuonPrintingTool
(
MuonStationPrinter
=
edmprinter
))
kwargs
.
setdefault
(
"
EnableLumi
"
,
False
)
from
AthenaCommon.Constants
import
WARNING
Loading