ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsEventCnv
src
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
9
#include "
ActsToolInterfaces/ITrackConverterTool.h
"
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
#include "GaudiKernel/ToolHandle.h"
12
#include "
TrkTrack/TrackCollection.h
"
13
#include "
StoreGate/WriteHandleKey.h
"
14
#include "
ActsEvent/MultiTrajectory.h
"
15
#include "
ActsEvent/TrackContainerHandlesHelper.h
"
16
#include "
ActsEvent/TrackContainer.h
"
17
18
19
namespace
ActsTrk
{
22
class
TrkToActsConvertorAlg
:
public
AthReentrantAlgorithm
{
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"
,
""
};
30
SG::ReadHandleKeyArray<TrackCollection>
m_trackCollectionKeys
{
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"
};
36
ActsTrk::MutableTrackContainerHandlesHelper
m_trackContainerBackendsHelper
{
this
};
37
38
};
39
}
// namespace ActsTrk
40
41
42
#endif
AthReentrantAlgorithm.h
ITrackConverterTool.h
MultiTrajectory.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
TrackCollection.h
TrackContainerHandlesHelper.h
TrackContainer.h
ActsTrk::MutableTrackContainerHandlesHelper
Definition
TrackContainerHandlesHelper.h:33
ActsTrk::TrkToActsConvertorAlg
Algorithm convert Trk::Track to ACTS multistate objects.
Definition
TrkToActsConvertorAlg.h:22
ActsTrk::TrkToActsConvertorAlg::initialize
virtual StatusCode initialize() override
Definition
TrkToActsConvertorAlg.cxx:14
ActsTrk::TrkToActsConvertorAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
TrkToActsConvertorAlg.cxx:22
ActsTrk::TrkToActsConvertorAlg::m_trackContainerBackendsHelper
ActsTrk::MutableTrackContainerHandlesHelper m_trackContainerBackendsHelper
Definition
TrkToActsConvertorAlg.h:36
ActsTrk::TrkToActsConvertorAlg::m_trackCollectionKeys
SG::ReadHandleKeyArray< TrackCollection > m_trackCollectionKeys
Definition
TrkToActsConvertorAlg.h:30
ActsTrk::TrkToActsConvertorAlg::m_trackContainerKey
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
Definition
TrkToActsConvertorAlg.h:35
ActsTrk::TrkToActsConvertorAlg::m_ATLASConverterTool
ToolHandle< ITrackConverterTool > m_ATLASConverterTool
Definition
TrkToActsConvertorAlg.h:29
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
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
SG::ReadHandleKeyArray
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray
Definition
StoreGate/StoreGate/ReadHandleKeyArray.h:32
Generated on
for ATLAS Offline Software by
1.17.0