Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
143
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
!58527
Manual sweep of
!58476
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Manual sweep of
!58476
ATLAS-EGamma/athena:manual_58476
into
22.0
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:manual_58476
into
22.0
2 years ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Manual sweep of
!58476 (merged)
👍
0
👎
0
Merge request reports
Compare
22.0
22.0 (base)
and
latest version
latest version
e2c3d3f0
1 commit,
2 years ago
1 file
+
0
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Reconstruction/MET/METReconstruction/python/METRecCfg.py
+
0
−
3
Options
@@ -113,9 +113,6 @@ if __name__=="__main__":
cfg
.
merge
(
CaloNoiseCondAlgCfg
(
ConfigFlags
,
"
totalNoise
"
))
cfg
.
merge
(
CaloNoiseCondAlgCfg
(
ConfigFlags
,
"
electronicNoise
"
))
from
TrkConfig.AtlasTrackingGeometrySvcConfig
import
TrackingGeometrySvcCfg
cfg
.
merge
(
TrackingGeometrySvcCfg
(
ConfigFlags
))
from
MuonConfig.MuonGeometryConfig
import
MuonGeoModelCfg
cfg
.
merge
(
MuonGeoModelCfg
(
ConfigFlags
))
Loading