ATLAS Offline Software
Functions
python.AsgForwardElectronLikelihoodToolConfig Namespace Reference

Functions

def AsgForwardElectronLikelihoodToolCfg (ConfigFlags, name, **kwargs)
 

Function Documentation

◆ AsgForwardElectronLikelihoodToolCfg()

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

Definition at line 6 of file AsgForwardElectronLikelihoodToolConfig.py.

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