ATLAS Offline Software
FPGATrackSimSeedingConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory import CompFactory
5 
6 def FPGATrackSimSeedingCfg(flags, name='FPGATrackSimSeedingAlg', **kwargs):
8 
9  kwargs.setdefault('FPGATrackSimTrackKey', "FPGATracks")
10  kwargs.setdefault('FPGAPixelClustersKey', "ITkPixelClusters")
11  kwargs.setdefault('FPGASpacePointsKey', "ITkPixelSpacePoints")
12  kwargs.setdefault('OutputSeeds', "ActsValidateF150PixelSeeds")
13  kwargs.setdefault('MinSpacePointsPerSeed', 4)
14  kwargs.setdefault('MaxSpacePointsPerSeed', 5)
15 
16  acc.addEventAlgo(CompFactory.FPGATrackSim.FPGATrackSimSeedingAlg(name, **kwargs))
17  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
FPGATrackSimSeedingConfig.FPGATrackSimSeedingCfg
def FPGATrackSimSeedingCfg(flags, name='FPGATrackSimSeedingAlg', **kwargs)
Definition: FPGATrackSimSeedingConfig.py:6