ATLAS Offline Software
Functions
python.AsgElectronChargeIDSelectorToolConfig Namespace Reference

Functions

def AsgElectronChargeIDSelectorToolCfg (ConfigFlags, name, **kwargs)
 

Function Documentation

◆ AsgElectronChargeIDSelectorToolCfg()

def python.AsgElectronChargeIDSelectorToolConfig.AsgElectronChargeIDSelectorToolCfg (   ConfigFlags,
  name,
**  kwargs 
)
Configure the electron charge ID selector tool

Definition at line 6 of file AsgElectronChargeIDSelectorToolConfig.py.

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