ATLAS Offline Software
Loading...
Searching...
No Matches
TestVectorCheckerConfig Namespace Reference

Functions

 TestVectorCheckerCfg (flags, **kwargs)

Function Documentation

◆ TestVectorCheckerCfg()

TestVectorCheckerConfig.TestVectorCheckerCfg ( flags,
** kwargs )

Definition at line 3 of file TestVectorCheckerConfig.py.

3def 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