ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
EFTracking
EFTrackingFPGAIntegration
EFTrackingFPGAUtility
python
TestVectorCheckerConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3
def
TestVectorCheckerCfg
(flags, **kwargs):
4
kwargs.setdefault(
"name"
,
"TestVectorChecker"
)
5
6
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
7
acc = ComponentAccumulator()
8
9
from
AthenaConfiguration.ComponentFactory
import
CompFactory
10
acc.addEventAlgo(CompFactory.EFTrackingFPGAUtility.TestVectorChecker(**kwargs))
11
12
return
acc
13
TestVectorCheckerConfig.TestVectorCheckerCfg
TestVectorCheckerCfg(flags, **kwargs)
Definition
TestVectorCheckerConfig.py:3
Generated on
for ATLAS Offline Software by
1.17.0