ATLAS Offline Software
Loading...
Searching...
No Matches
RDOtoTracccCellConverterAlg.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_RDOTOTRACCCCELLCONVERTERALG_H
5#define ACTSGPUEVENT_RDOTOTRACCCCELLCONVERTERALG_H
6
14#include <Gaudi/Property.h>
15
16namespace ActsTrk {
17
30
32{
33public:
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
35
36 virtual StatusCode initialize() override;
37 virtual StatusCode execute(const EventContext& ctx) const override;
38 virtual StatusCode finalize() override;
39
40private:
42
44 this, "PixelRDO", "ITkPixelRDOs"};
46 this, "StripRDO", "ITkStripRDOs"};
47
48 Gaudi::Property<std::string> m_pixelManagerKey{
49 this, "PixelManager", "ITkPixel"};
50 Gaudi::Property<std::string> m_stripManagerKey{
51 this, "StripManager", "ITkStrip"};
54};
55
56} // namespace ActsTrk
57
58#endif // ACTSGPUEVENT_RDOTOTRACCCCELLCONVERTERALG_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Converts Pixel and Strip RDO container into Traccc cells, the input to the Acts GPU reconstruction ch...
const InDetDD::PixelDetectorManager * m_pixelManager
const InDetDD::SCT_DetectorManager * m_stripManager
SG::ReadHandleKey< PixelRDO_Container > m_pixelRDOKey
Gaudi::Property< std::string > m_pixelManagerKey
SG::ReadHandleKey< SCT_RDO_Container > m_stripRDOKey
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi::Property< std::string > m_stripManagerKey
An algorithm that can be simultaneously executed in multiple threads.
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
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...