ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimPrototrackFitterAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTRACKRECONSTRUCTION_FPGATRACKSIMPROTOTRACKFITTERALG_H
6#define ACTSTRACKRECONSTRUCTION_FPGATRACKSIMPROTOTRACKFITTERALG_H 1
7
9
10
12
16
19
20namespace FPGATrackSim{
22 public:
23 using ::AthReentrantAlgorithm::AthReentrantAlgorithm;
25
27
28 //IS EXECUTED:
29 virtual StatusCode initialize() override final; //once, before any input is loaded
30 virtual StatusCode execute(const EventContext & ctx) const override final;
31
32 private:
34 ActsTrk::ContextUtility m_ctxProvider{this};
35 // the track fitter to use for the refit
36 ToolHandle<ActsTrk::IFitterTool> m_actsFitter{this, "ActsFitter", "", "Choice of Acts Fitter (Kalman by default)"};
37 // output location to write to
38 SG::WriteHandleKey<ActsTrk::TrackContainer> m_trackContainerKey{this, "ACTSTracksLocation", "", "Output track collection (ActsTrk variant)"};
39 // acts helper for the output
41 // prototrack collection from FPGAClusters or FPGATracks
42 SG::ReadHandleKey<ActsTrk::ProtoTrackCollection> m_ProtoTrackCollectionFromFPGAKey{this, "FPGATrackSimActsProtoTracks","","FPGATrackSim PrototrackCollection"};
43 // chrono service
44 ServiceHandle<IChronoStatSvc> m_chrono{this,"ChronoStatSvc","ChronoStatSvc"};
45 };
46
47}
48
49#endif //> !ACTSTRACKRECONSTRUCTION_PROTOTRACKCREATIONANDFITALG_H
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
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
ActsTrk::ContextUtility m_ctxProvider
Utility to fetch the geometry, magnetic field and calibration context in the event.
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...
#define private
Definition testRead.cxx:27