4#ifndef ACTSEVENTCNV_xAODtoTrkConverterAlgxAODtoTrkConverterAlg_h
5#define ACTSEVENTCNV_xAODtoTrkConverterAlgxAODtoTrkConverterAlg_h
25 using AthReentrantAlgorithm::AthReentrantAlgorithm;
26 virtual StatusCode
initialize()
override final;
27 virtual StatusCode
execute(
const EventContext& ctx)
const override final;
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...