ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
ElectronPhotonID
ElectronPhotonSelectorTools
python
AsgElectronChargeIDSelectorToolConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
6
def
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
AsgElectronChargeIDSelectorTool
Electron selector tool to select objects in Asgena using an underlying pure ROOT tool.
Definition
AsgElectronChargeIDSelectorTool.h:21
python.AsgElectronChargeIDSelectorToolConfig.AsgElectronChargeIDSelectorToolCfg
AsgElectronChargeIDSelectorToolCfg(flags, name, **kwargs)
Definition
AsgElectronChargeIDSelectorToolConfig.py:6
Generated on
for ATLAS Offline Software by
1.14.0