ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTrigger
python
TriggerGenericObjectThinningConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
6
def
TriggerGenericThinningCfg
(ConfigFlags, name, **kwargs):
7
acc = ComponentAccumulator()
8
got = CompFactory.DerivationFramework.TriggerGenericObjectThinningTool
9
acc.addPublicTool(got(name, **kwargs),
10
primary =
True
)
11
return
acc
TriggerGenericObjectThinningConfig.TriggerGenericThinningCfg
TriggerGenericThinningCfg(ConfigFlags, name, **kwargs)
Definition
TriggerGenericObjectThinningConfig.py:6
Generated on
for ATLAS Offline Software by
1.14.0