ATLAS Offline Software
Loading...
Searching...
No Matches
TrkToActsConvertorAlg.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 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<IActsToTrkConverterTool> m_convertorTool{this, "ConvertorTool",
30 ""};
32 this,
33 "TrackCollectionKeys",
34 {"CombinedInDetTracks", "CombinedMuonTracks", "MuonSpectrometerTracks"},
35 "Keys for Track Containers"};
37 this, "ActsAlignmentKey", "ActsAlignment", "Cond read key for the alignment"};
38 SG::WriteHandleKey<ActsTrk::TrackContainer> m_trackContainerKey {this, "TrackContainerLocation", "ConvertedTracks", "Location of the converted TrackContainer"};
40
41};
42} // namespace ActsTrk
43
44
45#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
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