ATLAS Offline Software
Loading...
Searching...
No Matches
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
15
17
22
24
25// STL includes
26#include <string>
27
28namespace ActsTrk {
29
35public:
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
42private:
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
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.
virtual StatusCode execute(const EventContext &context) const override
detail::xAODUncalibMeasSurfAcc m_surfAcc
SG::ReadHandleKeyArray< ActsTrk::BoundTrackParametersContainer > m_actsTrackParamsKey
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
SG::ReadHandleKeyArray< ActsTrk::SeedContainer > m_seedContainerKey
virtual ~SeedToTrackCnvAlg() override=default
virtual StatusCode initialize() override
ActsTrk::MutableTrackContainerHandlesHelper m_tracksBackendHandlesHelper
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
Helper class to access the Acts::surface associated with an Uncalibrated xAOD measurement.
An algorithm that can be simultaneously executed in multiple threads.
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...
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray