5#ifndef ACTSTRACKRECONSTRUCTION_FPGATRACKSIMPROTOTRACKFITTERALG_H
6#define ACTSTRACKRECONSTRUCTION_FPGATRACKSIMPROTOTRACKFITTERALG_H 1
23 using ::AthReentrantAlgorithm::AthReentrantAlgorithm;
29 virtual StatusCode
initialize() override final;
36 ToolHandle<ActsTrk::IFitterTool>
m_actsFitter{
this,
"ActsFitter",
"",
"Choice of Acts Fitter (Kalman by default)"};
An algorithm that can be simultaneously executed in multiple threads.
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
virtual ~FPGATrackSimPrototrackFitterAlg()=default
ActsTrk::ContextUtility m_ctxProvider
Utility to fetch the geometry, magnetic field and calibration context in the event.
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...