3#ifndef FPGATRACKSIMSEEDINGALG_H
4#define FPGATRACKSIMSEEDINGALG_H
31 virtual StatusCode
initialize() override final;
37 Gaudi::Property<size_t>
m_maxSpacePointsPerSeed{
this,
"MaxSpacePointsPerSeed", 3,
"Maximum number of space points per seed"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKey< xAOD::PixelClusterContainer > m_pixelClusterContainerKey
Gaudi::Property< size_t > m_maxSpacePointsPerSeed
SG::ReadHandleKey< FPGATrackSimTrackCollection > m_FPGATrackCollectionKey
SG::ReadHandleKey< xAOD::SpacePointContainer > m_spacePointContainerKey
virtual StatusCode initialize() override final
FPGATrackSimSeedingAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~FPGATrackSimSeedingAlg()=default
Gaudi::Property< size_t > m_minSpacePointsPerSeed
SG::WriteHandleKey< ActsTrk::SeedContainer > m_seedKey
Support class for PropertyMgr.
Property holding a SG store/key/clid from which a ReadHandle is made.
=============================================================================