5#ifndef ACTSTRKSEEDING_SEEDINGALG_H
6#define ACTSTRKSEEDING_SEEDINGALG_H
12#include "GaudiKernel/ToolHandle.h"
42 ISvcLocator *pSvcLocator);
47 virtual StatusCode
finalize()
override;
48 virtual StatusCode
execute(
const EventContext& ctx)
const override;
52 ToolHandle< ActsTrk::ISeedingTool >
m_seedsTool {
this,
"SeedTool",
"",
"Seed Tool"};
53 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
"Monitoring tool"};
58 "Name of the Magnetic Field conditions object key"};
64 Gaudi::Property< bool >
m_usePixel {
this,
"UsePixel",
true};
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.
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
std::array< std::atomic< unsigned int >, kNStat > m_stat ATLAS_THREAD_SAFE
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
ToolHandle< GenericMonitoringTool > m_monTool
SeedingAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode finalize() override
Gaudi::Property< bool > m_fastTracking
SG::WriteHandleKey< ActsTrk::SeedContainer > m_seedKey
virtual ~SeedingAlg()=default
SG::ReadCondHandleKey< AtlasFieldCacheCondObj > m_fieldCondObjInputKey
SG::ReadHandleKeyArray< xAOD::SpacePointContainer > m_spacePointKey
ToolHandle< ActsTrk::ISeedingTool > m_seedsTool
Gaudi::Property< bool > m_usePixel
An algorithm that can be simultaneously executed in multiple threads.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray