ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsGPUEventCnv
src
PhaseIIRDOtoTracccCellConverterAlg.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 ACTSGPUEVENT_PHASEIIRDOTOTRACCCCELLCONVERTERALG_H
5
#define ACTSGPUEVENT_PHASEIIRDOTOTRACCCCELLCONVERTERALG_H
6
7
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
8
#include "
StoreGate/ReadHandleKey.h
"
9
#include "
InDetRawData/PhaseIIPixelRawDataContainer.h
"
10
#include "
InDetRawData/PhaseIIStripRawDataContainer.h
"
11
#include "
RDOtoTracccCellConverterCommons.h
"
12
13
namespace
ActsTrk
{
14
27
28
class
PhaseIIRDOtoTracccCellConverterAlg
:
public
AthReentrantAlgorithm
29
{
30
public
:
31
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
32
33
virtual
StatusCode
initialize
()
override
;
34
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
35
virtual
StatusCode
finalize
()
override
;
36
37
private
:
38
RDOtoTracccCellConverterCommons
m_common
{*
this
};
39
40
SG::ReadHandleKey<PhaseIIPixelRawDataContainer>
m_ph2PixelRDOKey
{
41
this
,
"PixelRDO"
,
"ITkPixelRDOs"
};
42
SG::ReadHandleKey<PhaseIIStripRawDataContainer>
m_ph2StripRDOKey
{
43
this
,
"StripRDO"
,
"ITkStripRDOs"
};
44
};
45
46
}
// namespace ActsTrk
47
48
#endif
// ACTSGPUEVENT_PHASEIIRDOTOTRACCCCELLCONVERTERALG_H
AthReentrantAlgorithm.h
PhaseIIPixelRawDataContainer.h
PhaseIIStripRawDataContainer.h
RDOtoTracccCellConverterCommons.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
ActsTrk::PhaseIIRDOtoTracccCellConverterAlg
Converts Pixel and Strip PhaseII RDO container into Traccc cells, the input to the Acts GPU reconstru...
Definition
PhaseIIRDOtoTracccCellConverterAlg.h:29
ActsTrk::PhaseIIRDOtoTracccCellConverterAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
PhaseIIRDOtoTracccCellConverterAlg.cxx:21
ActsTrk::PhaseIIRDOtoTracccCellConverterAlg::m_ph2StripRDOKey
SG::ReadHandleKey< PhaseIIStripRawDataContainer > m_ph2StripRDOKey
Definition
PhaseIIRDOtoTracccCellConverterAlg.h:42
ActsTrk::PhaseIIRDOtoTracccCellConverterAlg::finalize
virtual StatusCode finalize() override
Definition
PhaseIIRDOtoTracccCellConverterAlg.cxx:176
ActsTrk::PhaseIIRDOtoTracccCellConverterAlg::m_ph2PixelRDOKey
SG::ReadHandleKey< PhaseIIPixelRawDataContainer > m_ph2PixelRDOKey
Definition
PhaseIIRDOtoTracccCellConverterAlg.h:40
ActsTrk::PhaseIIRDOtoTracccCellConverterAlg::initialize
virtual StatusCode initialize() override
Definition
PhaseIIRDOtoTracccCellConverterAlg.cxx:9
ActsTrk::PhaseIIRDOtoTracccCellConverterAlg::m_common
RDOtoTracccCellConverterCommons m_common
Definition
PhaseIIRDOtoTracccCellConverterAlg.h:38
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
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
ActsTrk::RDOtoTracccCellConverterCommons
This struct contains the components common to RDOtoTracccCellConverterAlg and PhaseIIRDOtoTracccCellC...
Definition
RDOtoTracccCellConverterCommons.h:37
Generated on
for ATLAS Offline Software by
1.17.0