5#ifndef ACTSTRACKRECONSTRUCTION_FPGATRACKSIMPROTOTRACKFITTERALG_H
6#define ACTSTRACKRECONSTRUCTION_FPGATRACKSIMPROTOTRACKFITTERALG_H 1
22 using ::AthReentrantAlgorithm::AthReentrantAlgorithm;
28 virtual StatusCode
initialize() override final;
33 ToolHandle<
ActsTrk::IFitterTool>
m_actsFitter{
this,
"ActsFitter",
"",
"Choice of Acts Fitter (Kalman by default)"};
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< ActsTrk::IExtrapolationTool > m_extrapolationTool
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
ToolHandle< ActsTrk::IFitterTool > m_actsFitter
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKey< ActsTrk::ProtoTrackCollection > m_ProtoTrackCollectionFromFPGAKey
ActsTrk::MutableTrackContainerHandlesHelper m_tracksBackendHandlesHelper
virtual StatusCode initialize() override final
uncomment and implement methods as required
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
virtual ~FPGATrackSimPrototrackFitterAlg()=default
ServiceHandle< IChronoStatSvc > m_chrono
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.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...