ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsEventCnv
src
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
8
#include "
ActsToolInterfaces/ITrackConverterTool.h
"
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
11
12
#include "
TrkTrack/TrackCollection.h
"
13
#include "
xAODTracking/TrackParticleContainer.h
"
14
15
#include "
TrkTrack/TrackCollection.h
"
16
#include "
StoreGate/WriteHandleKey.h
"
17
#include "
StoreGate/ReadHandleKey.h
"
18
#include "
StoreGate/WriteDecorHandleKey.h
"
19
20
namespace
ActsTrk
{
23
class
xAODtoTrkConverterAlg
:
public
AthReentrantAlgorithm
{
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"
};
32
SG::WriteDecorHandleKey<xAOD::TrackParticleContainer>
m_linkKey
{
this
,
"LinkKey"
,
m_trackKey
,
"trackLink"
};
34
SG::WriteHandleKey<TrackCollection>
m_writeKey
{
this
,
"OutTrackContainer"
,
"CombinedInDetTracks"
};
36
ToolHandle<ITrackConverterTool>
m_ATLASConverterTool
{
this
,
"ATLASConverterTool"
,
""
};
37
38
};
39
}
40
#endif
AthReentrantAlgorithm.h
TrackParticleContainer.h
ITrackConverterTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
TrackCollection.h
ActsTrk::xAODtoTrkConverterAlg
Algorithm that converts the Acts::Tracks from which the xAOD::TrackParticle is made into a Trk::Track...
Definition
xAODtoTrkConverterAlg.h:23
ActsTrk::xAODtoTrkConverterAlg::m_trackKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackKey
Input read handle key collection.
Definition
xAODtoTrkConverterAlg.h:30
ActsTrk::xAODtoTrkConverterAlg::m_ATLASConverterTool
ToolHandle< ITrackConverterTool > m_ATLASConverterTool
Conversion tool to convert from Acts -> Trk tracks.
Definition
xAODtoTrkConverterAlg.h:36
ActsTrk::xAODtoTrkConverterAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
xAODtoTrkConverterAlg.cxx:20
ActsTrk::xAODtoTrkConverterAlg::m_linkKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_linkKey
Declare the data dependency on the trackLink.
Definition
xAODtoTrkConverterAlg.h:32
ActsTrk::xAODtoTrkConverterAlg::initialize
virtual StatusCode initialize() override final
Definition
xAODtoTrkConverterAlg.cxx:13
ActsTrk::xAODtoTrkConverterAlg::m_writeKey
SG::WriteHandleKey< TrackCollection > m_writeKey
Declare the output container of the track collection.
Definition
xAODtoTrkConverterAlg.h:34
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
Generated on
for ATLAS Offline Software by
1.17.0