Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
python.AsgForwardElectronLikelihoodToolConfig Namespace Reference

Functions

def AsgForwardElectronLikelihoodToolCfg (flags, name, **kwargs)
 

Function Documentation

◆ AsgForwardElectronLikelihoodToolCfg()

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

Definition at line 6 of file AsgForwardElectronLikelihoodToolConfig.py.

6 def AsgForwardElectronLikelihoodToolCfg(flags, name, **kwargs):
7  """Configure the electron charge ID selector tool"""
9  kwargs.setdefault("usePVContainer", flags.Tracking.doVertexFinding)
10  AsgForwardElectronLikelihoodTool = CompFactory.AsgForwardElectronLikelihoodTool
11  acc.setPrivateTools(AsgForwardElectronLikelihoodTool(name, **kwargs))
12  return acc
13 
python.AsgForwardElectronLikelihoodToolConfig.AsgForwardElectronLikelihoodToolCfg
def AsgForwardElectronLikelihoodToolCfg(flags, name, **kwargs)
Definition: AsgForwardElectronLikelihoodToolConfig.py:6
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
AsgForwardElectronLikelihoodTool
Electron selector tool to select objects in Asgena using an underlying pure ROOT tool.
Definition: AsgForwardElectronLikelihoodTool.h:28