ATLAS Offline Software
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."""
9  options['name'] = name
10  acc.setPrivateTools(CompFactory.CP.MuonCalibrationAndSmearingTool( **options))
11 
12  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
MuonCorrectionsToolConfig.MuonCorrectionsToolCfg
def MuonCorrectionsToolCfg(name='MuonCorrectionsTool', **options)
Definition: MuonCorrectionsToolConfig.py:6