ATLAS Offline Software
Loading...
Searching...
No Matches
python.AsgElectronSelectorToolConfig Namespace Reference

Functions

 AsgElectronSelectorToolCfg (ConfigFlags, name, **kwargs)

Function Documentation

◆ AsgElectronSelectorToolCfg()

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.

7def 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
Electron selector tool to select signal electrons using the ElectronDNNCalculator retrieve a score ba...