ATLAS Offline Software
Loading...
Searching...
No Matches
TrackContainerReader.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 ACTSCOLLECTIONALGS_TRACKCONTAINERREADER_H
6#define ACTSCOLLECTIONALGS_TRACKCONTAINERREADER_H
7
8// Framework includes
10#include "GaudiKernel/EventContext.h"
11
15
16// STL includes
17#include <string>
18
23namespace ActsTrk {
25public:
26 using AthReentrantAlgorithm::AthReentrantAlgorithm;
27 virtual ~TrackContainerReader() override = default;
28
29 virtual StatusCode initialize() override final;
30 virtual StatusCode execute(const EventContext& context) const override final;
32 PublicToolHandle<ActsTrk::ITrackingGeometryTool> m_trackingGeometryTool{this, "TrackingGeometryTool", "ActsTrackingGeometryTool"};
34 SG::WriteHandleKey<ActsTrk::TrackContainer> m_tracksKey{this, "TrackContainer", "TrackContainer"};
35};
36}
37#endif // ACTSCOLLECTIONALGS_TRACKCONTAINERREADER_H
Geometry helper tool extending the Tracking geometry service by the data dependency to fetch the geom...
SG::WriteHandleKey< ActsTrk::TrackContainer > m_tracksKey
virtual StatusCode execute(const EventContext &context) const override final
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
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