ATLAS Offline Software
AsgForwardElectronLikelihoodToolConfig.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 AsgForwardElectronLikelihoodToolCfg(ConfigFlags, name, **kwargs):
7  """Configure the electron charge ID selector tool"""
9  AsgForwardElectronLikelihoodTool = CompFactory.AsgForwardElectronLikelihoodTool
10  acc.setPrivateTools(AsgForwardElectronLikelihoodTool(name, **kwargs))
11  return acc
12 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.AsgForwardElectronLikelihoodToolConfig.AsgForwardElectronLikelihoodToolCfg
def AsgForwardElectronLikelihoodToolCfg(ConfigFlags, name, **kwargs)
Definition: AsgForwardElectronLikelihoodToolConfig.py:6
AsgForwardElectronLikelihoodTool
Electron selector tool to select objects in Asgena using an underlying pure ROOT tool.
Definition: AsgForwardElectronLikelihoodTool.h:28