ATLAS Offline Software
Functions
TestVectorCheckerConfig Namespace Reference

Functions

def TestVectorCheckerCfg (flags, **kwargs)
 

Function Documentation

◆ TestVectorCheckerCfg()

def TestVectorCheckerConfig.TestVectorCheckerCfg (   flags,
**  kwargs 
)

Definition at line 3 of file TestVectorCheckerConfig.py.

3 def TestVectorCheckerCfg(flags, **kwargs):
4  kwargs.setdefault("name", "TestVectorChecker")
5 
6  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
8 
9  from AthenaConfiguration.ComponentFactory import CompFactory
10  acc.addEventAlgo(CompFactory.EFTrackingFPGAUtility.TestVectorChecker(**kwargs))
11 
12  return acc
13 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
TestVectorCheckerConfig.TestVectorCheckerCfg
def TestVectorCheckerCfg(flags, **kwargs)
Definition: TestVectorCheckerConfig.py:3