ATLAS Offline Software
SeedToTrackCnvAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef ACTSEVENTCNV_ACTSTRK_SEEDTOTRACKCNVALG_H
5 #define ACTSEVENTCNV_ACTSTRK_SEEDTOTRACKCNVALG_H
6 
7 // Framework includes
9 
11 #include "ActsEvent/Seed.h"
15 
17 
22 
24 
25 // STL includes
26 #include <string>
27 
28 namespace ActsTrk {
29 
35 public:
36  using AthReentrantAlgorithm::AthReentrantAlgorithm;
37  virtual ~SeedToTrackCnvAlg() override = default;
38 
39  virtual StatusCode initialize() override;
40  virtual StatusCode execute(const EventContext& context) const override;
41 
42 private:
45  SG::ReadHandleKeyArray<ActsTrk::SeedContainer> m_seedContainerKey{this, "SeedContainerKey", {}, "Seed containers"};
46  SG::ReadHandleKeyArray<ActsTrk::BoundTrackParametersContainer> m_actsTrackParamsKey {this, "EstimatedTrackParametersKey", {}, "Track Parameters Key"};
47 
48  SG::WriteHandleKey<ActsTrk::TrackContainer> m_trackContainerKey{this, "ACTSTracksLocation", "", "Output track collection (ActsTrk variant)"};
49  PublicToolHandle<ActsTrk::ITrackingGeometryTool> m_trackingGeometryTool{this, "TrackingGeometryTool", ""};
50 };
51 
52 } // namespace ActsTrk
53 
54 #endif // ACTSEVENTCNV_ACTSTRK_SEEDTOTRACKCNVALG_H
ReadHandleKeyArray.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
ActsTrk::SeedToTrackCnvAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: SeedToTrackCnvAlg.cxx:44
TrackParameters.h
ActsTrk::SeedToTrackCnvAlg::m_trackContainerKey
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
Definition: SeedToTrackCnvAlg.h:48
ActsTrk::SeedToTrackCnvAlg::m_trackingGeometryTool
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
Definition: SeedToTrackCnvAlg.h:49
SG::HandleKeyArray
Definition: StoreGate/StoreGate/HandleKeyArray.h:38
ActsTrk::SeedToTrackCnvAlg::m_surfAcc
detail::xAODUncalibMeasSurfAcc m_surfAcc
Definition: SeedToTrackCnvAlg.h:43
SeedContainer.h
ActsTrk::SeedToTrackCnvAlg
Definition: SeedToTrackCnvAlg.h:34
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
SG::WriteHandleKey< ActsTrk::TrackContainer >
ActsTrk::SeedToTrackCnvAlg::m_actsTrackParamsKey
SG::ReadHandleKeyArray< ActsTrk::BoundTrackParametersContainer > m_actsTrackParamsKey
Definition: SeedToTrackCnvAlg.h:46
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ActsTrk::MutableTrackContainerHandlesHelper
Definition: TrackContainerHandlesHelper.h:33
ReadCondHandleKey.h
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
ActsTrk::SeedToTrackCnvAlg::initialize
virtual StatusCode initialize() override
Definition: SeedToTrackCnvAlg.cxx:24
Seed.h
ActsTrk::SeedToTrackCnvAlg::m_tracksBackendHandlesHelper
ActsTrk::MutableTrackContainerHandlesHelper m_tracksBackendHandlesHelper
Definition: SeedToTrackCnvAlg.h:44
xAODUncalibMeasSurfAcc.h
ActsTrk::SeedToTrackCnvAlg::m_seedContainerKey
SG::ReadHandleKeyArray< ActsTrk::SeedContainer > m_seedContainerKey
Definition: SeedToTrackCnvAlg.h:45
ITrackingGeometryTool.h
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MSTrackingVolumeBuilder.cxx:24
ActsTrk::detail::xAODUncalibMeasSurfAcc
Helper class to access the Acts::surface associated with an Uncalibrated xAOD measurement.
Definition: xAODUncalibMeasSurfAcc.h:22
ActsTrk::SeedToTrackCnvAlg::~SeedToTrackCnvAlg
virtual ~SeedToTrackCnvAlg() override=default
TrackContainerHandlesHelper.h
TrackParametersContainer.h