ATLAS Offline Software
Functions
TestVectorGeneratorConfig Namespace Reference

Functions

def TestVectorGeneratorCfg (flags, **kwargs)
 

Function Documentation

◆ TestVectorGeneratorCfg()

def TestVectorGeneratorConfig.TestVectorGeneratorCfg (   flags,
**  kwargs 
)

Definition at line 3 of file TestVectorGeneratorConfig.py.

3 def TestVectorGeneratorCfg(flags, **kwargs):
4  kwargs.setdefault("name", "TestVectorGenerator")
5  kwargs.setdefault("bufferSize", 65536)
6 
7  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
9 
10  from AthenaConfiguration.ComponentFactory import CompFactory
11  acc.addEventAlgo(CompFactory.EFTrackingFPGAUtility.TestVectorGenerator(**kwargs))
12 
13  return acc
14 
TestVectorGeneratorConfig.TestVectorGeneratorCfg
def TestVectorGeneratorCfg(flags, **kwargs)
Definition: TestVectorGeneratorConfig.py:3
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302