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