ATLAS Offline Software
Functions
python.AsgElectronSelectorToolConfig Namespace Reference

Functions

def AsgElectronSelectorToolCfg (ConfigFlags, name, **kwargs)
 

Function Documentation

◆ AsgElectronSelectorToolCfg()

def python.AsgElectronSelectorToolConfig.AsgElectronSelectorToolCfg (   ConfigFlags,
  name,
**  kwargs 
)
Configure the AsgElectronSelectorTool with the quality cuts
     and allow for (re-)setting of all provided cuts.

Definition at line 7 of file AsgElectronSelectorToolConfig.py.

7 def AsgElectronSelectorToolCfg(ConfigFlags, name, **kwargs):
8  """Configure the AsgElectronSelectorTool with the quality cuts
9  and allow for (re-)setting of all provided cuts."""
10 
11  acc = ComponentAccumulator()
12  AsgElectronSelectorTool = CompFactory.AsgElectronSelectorTool
13  acc.setPrivateTools(AsgElectronSelectorTool(name, **kwargs))
14  return acc
15 
AsgElectronSelectorTool
Electron selector tool to select signal electrons using the ElectronDNNCalculator retrieve a score ba...
Definition: AsgElectronSelectorTool.h:27
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.AsgElectronSelectorToolConfig.AsgElectronSelectorToolCfg
def AsgElectronSelectorToolCfg(ConfigFlags, name, **kwargs)
Definition: AsgElectronSelectorToolConfig.py:7