ATLAS Offline Software
Loading...
Searching...
No Matches
TrackContainerReader.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSCOLLECTIONALGS_TRACKCONTAINERREADER_H
6#define ACTSCOLLECTIONALGS_TRACKCONTAINERREADER_H
7
8// Framework includes
10#include "GaudiKernel/EventContext.h"
11
16
17// STL includes
18#include <string>
19
24namespace ActsTrk {
26public:
27 using AthReentrantAlgorithm::AthReentrantAlgorithm;
28 virtual ~TrackContainerReader() override = default;
29
30 virtual StatusCode initialize() override final;
31 virtual StatusCode execute(const EventContext& context) const override final;
33 ServiceHandle<ActsTrk::ITrackingGeometrySvc> m_trackingGeometrySvc{this, "TrackingGeometrySvc", "ActsTrackingGeometrySvc"};
35 SG::WriteHandleKey<ActsTrk::TrackContainer> m_tracksKey{this, "TrackContainer", "TrackContainer"};
38
39};
40}
41#endif // ACTSCOLLECTIONALGS_TRACKCONTAINERREADER_H
Utility class to handle the three contexts neeeded in an ACTS reconstruction job 1) GeometryContext -...
Interface class for the ATLAS service providing the ActsTrackingGeometry.
ServiceHandle< ActsTrk::ITrackingGeometrySvc > m_trackingGeometrySvc
ActsTrk::ContextUtility m_ctxProvider
Context provider for geometry, magnetic field and calibration contexts.
SG::WriteHandleKey< ActsTrk::TrackContainer > m_tracksKey
virtual StatusCode execute(const EventContext &context) const override final
ActsTrk::ConstTrackContainerHandlesHelper m_tracksBackendHandlesHelper
virtual ~TrackContainerReader() override=default
virtual StatusCode initialize() override final
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...
#define private
Definition testRead.cxx:27