ATLAS Offline Software
Loading...
Searching...
No Matches
TrkToActsConvertorAlg.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 TRKTOACTSCONVERTORALG_H
6#define TRKTOACTSCONVERTORALG_H
7
8
11#include "GaudiKernel/ToolHandle.h"
17
18
19namespace ActsTrk {
23 public:
24 using AthReentrantAlgorithm::AthReentrantAlgorithm;
25 virtual StatusCode initialize() override;
26 virtual StatusCode execute(const EventContext& ctx) const override;
27
28 protected:
29 ToolHandle<ITrackConverterTool> m_ATLASConverterTool{this, "ATLASConverterTool", ""};
31 this,
32 "TrackCollectionKeys",
33 {"CombinedInDetTracks", "CombinedMuonTracks", "MuonSpectrometerTracks"},
34 "Keys for Track Containers"};
35 SG::WriteHandleKey<ActsTrk::TrackContainer> m_trackContainerKey {this, "TrackContainerLocation", "ConvertedTracks", "Location of the converted TrackContainer"};
37
38};
39} // namespace ActsTrk
40
41
42#endif
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
virtual StatusCode execute(const EventContext &ctx) const override
ActsTrk::MutableTrackContainerHandlesHelper m_trackContainerBackendsHelper
SG::ReadHandleKeyArray< TrackCollection > m_trackCollectionKeys
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
ToolHandle< ITrackConverterTool > m_ATLASConverterTool
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...
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray