4#ifndef ACTSGPUEVENT_PHASEIIRDOTOTRACCCCELLCONVERTERALG_H
5#define ACTSGPUEVENT_PHASEIIRDOTOTRACCCCELLCONVERTERALG_H
31 using AthReentrantAlgorithm::AthReentrantAlgorithm;
34 virtual StatusCode
execute(
const EventContext& ctx)
const override;
35 virtual StatusCode
finalize()
override;
41 this,
"PixelRDO",
"ITkPixelRDOs"};
43 this,
"StripRDO",
"ITkStripRDOs"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Converts Pixel and Strip PhaseII RDO container into Traccc cells, the input to the Acts GPU reconstru...
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< PhaseIIStripRawDataContainer > m_ph2StripRDOKey
virtual StatusCode finalize() override
SG::ReadHandleKey< PhaseIIPixelRawDataContainer > m_ph2PixelRDOKey
virtual StatusCode initialize() override
RDOtoTracccCellConverterCommons m_common
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
This struct contains the components common to RDOtoTracccCellConverterAlg and PhaseIIRDOtoTracccCellC...