5#ifndef TRKTOACTSCONVERTORALG_H
6#define TRKTOACTSCONVERTORALG_H
11#include "GaudiKernel/ToolHandle.h"
24 using AthReentrantAlgorithm::AthReentrantAlgorithm;
26 virtual StatusCode
execute(
const EventContext& ctx)
const override;
33 "TrackCollectionKeys",
34 {
"CombinedInDetTracks",
"CombinedMuonTracks",
"MuonSpectrometerTracks"},
35 "Keys for Track Containers"};
37 this,
"ActsAlignmentKey",
"ActsAlignment",
"Cond read key for the alignment"};
Property holding a SG store/key/clid from which a WriteHandle is made.
Algorithm convert Trk::Track to ACTS multistate objects.
virtual StatusCode initialize() override
ToolHandle< IActsToTrkConverterTool > m_convertorTool
virtual StatusCode execute(const EventContext &ctx) const override
ActsTrk::MutableTrackContainerHandlesHelper m_trackContainerBackendsHelper
SG::ReadHandleKey< GeometryContext > m_geometryContextKey
SG::ReadHandleKeyArray< TrackCollection > m_trackCollectionKeys
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
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 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