ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
JetTagTools
python
MuonCorrectionsToolConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
6
def
MuonCorrectionsToolCfg
( name = 'MuonCorrectionsTool', **options):
7
"""Sets up the CP MuonCorrection tool and returns it."""
8
acc = ComponentAccumulator()
9
options[
'name'
] = name
10
acc.setPrivateTools(CompFactory.CP.MuonCalibrationAndSmearingTool( **options))
11
12
return
acc
MuonCorrectionsToolConfig.MuonCorrectionsToolCfg
MuonCorrectionsToolCfg(name='MuonCorrectionsTool', **options)
Definition
MuonCorrectionsToolConfig.py:6
Generated on
for ATLAS Offline Software by
1.14.0