ATLAS Offline Software
Loading...
Searching...
No Matches
xAODtoTrkConverterAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef ACTSEVENTCNV_xAODtoTrkConverterAlgxAODtoTrkConverterAlg_h
5#define ACTSEVENTCNV_xAODtoTrkConverterAlgxAODtoTrkConverterAlg_h
6
7
10
11
14
19
20namespace ActsTrk {
24 public:
25 using AthReentrantAlgorithm::AthReentrantAlgorithm;
26 virtual StatusCode initialize() override final;
27 virtual StatusCode execute(const EventContext& ctx) const override final;
28 private:
30 SG::ReadHandleKey<xAOD::TrackParticleContainer> m_trackKey{this, "TrackParticles", "InDetTrackParticles"};
34 SG::WriteHandleKey<TrackCollection> m_writeKey{this, "OutTrackContainer", "CombinedInDetTracks"};
36 ToolHandle<ITrackConverterTool> m_ATLASConverterTool{this, "ATLASConverterTool", ""};
37
38 };
39}
40#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Algorithm that converts the Acts::Tracks from which the xAOD::TrackParticle is made into a Trk::Track...
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackKey
Input read handle key collection.
ToolHandle< ITrackConverterTool > m_ATLASConverterTool
Conversion tool to convert from Acts -> Trk tracks.
virtual StatusCode execute(const EventContext &ctx) const override final
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_linkKey
Declare the data dependency on the trackLink.
virtual StatusCode initialize() override final
SG::WriteHandleKey< TrackCollection > m_writeKey
Declare the output container of the track collection.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle 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...