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
!69019
IDPVM legacy config clean up
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
IDPVM legacy config clean up
tstreble/athena:IDPVM_legacy
into
24.0
Overview
3
Commits
1
Pipelines
1
Changes
7
Merged
Thomas Strebler
requested to merge
tstreble/athena:IDPVM_legacy
into
24.0
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
7
Expand
Self-explanatory
0
0
Merge request reports
Compare
24.0
24.0 (base)
and
latest version
latest version
66be7cfd
1 commit,
1 year ago
7 files
+
0
−
1160
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetValidation/InDetPhysValMonitoring/python/HistogramDefinitionSvc.py deleted
100644 → 0
+
0
−
10
Options
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
InDetRecExample.TrackingCommon
import
setDefaults
def
getHistogramDefinitionSvc
(
**
kwargs
):
import
InDetPhysValMonitoring.InDetPhysValMonitoringConf
kwargs
=
setDefaults
(
kwargs
,
DefinitionSource
=
"
InDetPVMPlotDefRun2.xml
"
,
DefinitionFormat
=
"
text/xml
"
)
return
InDetPhysValMonitoring
.
InDetPhysValMonitoringConf
.
HistogramDefinitionSvc
(
**
kwargs
)
Loading