ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
13namespace ActsTrk {
14
27
29{
30public:
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
37private:
39
44};
45
46} // namespace ActsTrk
47
48#endif // ACTSGPUEVENT_PHASEIIRDOTOTRACCCCELLCONVERTERALG_H
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
SG::ReadHandleKey< PhaseIIPixelRawDataContainer > m_ph2PixelRDOKey
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...