Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Julian Blumenthal
athena
Commits
ecc948ee
Commit
ecc948ee
authored
3 years ago
by
Nicolas Köhler
Browse files
Options
Downloads
Patches
Plain Diff
use MT versions of NSW RdoToPrepDataTool
parent
99b555da
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonPrdProviderToolsConfig.py
+5
-5
5 additions, 5 deletions
...ction/MuonRecExample/python/MuonPrdProviderToolsConfig.py
with
5 additions
and
5 deletions
MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonPrdProviderToolsConfig.py
+
5
−
5
View file @
ecc948ee
# Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
1
CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.GlobalFlags
import
globalflags
from
AthenaCommon.AthenaCommonFlags
import
athenaCommonFlags
...
...
@@ -74,12 +74,12 @@ def CscRdoToCscPrepData(name="CscRdoToCscPrepData", **kwargs):
def
MM_PrepDataProviderTool
(
name
=
"
MM_PrepDataProviderTool
"
,
**
kwargs
):
kwargs
.
setdefault
(
"
ClusterBuilderTool
"
,
"
SimpleMMClusterBuilderTool
"
)
kwargs
.
setdefault
(
"
NSWCalibTool
"
,
"
NSWCalibTool
"
)
from
MuonMM_CnvTools.MuonMM_CnvToolsConf
import
Muon__MmRdoToPrepDataTool
return
Muon__MmRdoToPrepDataTool
(
name
,
**
kwargs
)
from
MuonMM_CnvTools.MuonMM_CnvToolsConf
import
Muon__MmRdoToPrepDataTool
MT
return
Muon__MmRdoToPrepDataTool
MT
(
name
,
**
kwargs
)
def
STGC_PrepDataProviderTool
(
name
=
"
STGC_PrepDataProviderTool
"
,
**
kwargs
):
kwargs
.
setdefault
(
"
ClusterBuilderTool
"
,
"
SimpleSTgcClusterBuilderTool
"
)
from
MuonSTGC_CnvTools.MuonSTGC_CnvToolsConf
import
Muon__sTgcRdoToPrepDataTool
return
Muon__sTgcRdoToPrepDataTool
(
name
,
**
kwargs
)
from
MuonSTGC_CnvTools.MuonSTGC_CnvToolsConf
import
Muon__sTgcRdoToPrepDataTool
MT
return
Muon__sTgcRdoToPrepDataTool
MT
(
name
,
**
kwargs
)
### algorithms for other technologies can use C++ defaults
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment