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

Functions

 AsgElectronChargeIDSelectorToolCfg (flags, name, **kwargs)

Function Documentation

◆ AsgElectronChargeIDSelectorToolCfg()

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

Definition at line 6 of file AsgElectronChargeIDSelectorToolConfig.py.

6def AsgElectronChargeIDSelectorToolCfg(flags, name, **kwargs):
7 """Configure the electron charge ID selector tool"""
8 acc = ComponentAccumulator()
9 kwargs.setdefault("usePVContainer", flags.Tracking.doVertexFinding)
10 AsgElectronChargeIDSelectorTool = CompFactory.AsgElectronChargeIDSelectorTool
11 acc.setPrivateTools(AsgElectronChargeIDSelectorTool(name, **kwargs))
12 return acc
13
Electron selector tool to select objects in Asgena using an underlying pure ROOT tool.