Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ITkPixelTranslatorAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ITKPIXELTRANSLATORALG_H
6 #define ITKPIXELTRANSLATORALG_H
7 
14 
15 
17 {
18  public:
19 
20  ITkPixelTranslatorAlg(const std::string &name, ISvcLocator *pSvcLocator):AthReentrantAlgorithm(name, pSvcLocator){};
21 
22  virtual StatusCode initialize() override;
23 
24  virtual StatusCode execute(const EventContext& ctx) const override;
25 
26  private:
27 
28  SG::ReadHandleKey<PixelRDO_Container> m_pixelRDOKey{this, "PixelRDOKey", "ITkPixelRDOs", "StoreGate Key of Pixel RDOs"};
29  SG::WriteHandleKey<ITkPixelRDO_Container> m_itkPixelRDOKey{this, "ITkPixelRDOKey", "ITkPixelRDOs", "StoreGate Key of ITk Pixel RDOs"};
30  const PixelID* m_pixelId = 0;
31 };
32 
33 #endif
34 
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
PixelID.h
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
ITkPixelTranslatorAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
utility to translate InDet RDO into ITk RDO and record it back to SG
Definition: ITkPixelTranslatorAlg.cxx:22
ITkPixelTranslatorAlg
Definition: ITkPixelTranslatorAlg.h:17
SG::ReadHandleKey< PixelRDO_Container >
ITkPixelTranslatorAlg::ITkPixelTranslatorAlg
ITkPixelTranslatorAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: ITkPixelTranslatorAlg.h:20
ITkPixelTranslatorAlg::m_pixelRDOKey
SG::ReadHandleKey< PixelRDO_Container > m_pixelRDOKey
Definition: ITkPixelTranslatorAlg.h:28
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
ITkPixelTranslatorAlg::m_pixelId
const PixelID * m_pixelId
Definition: ITkPixelTranslatorAlg.h:30
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
ITkPixelRDO_Container.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ITkPixelTranslatorAlg::initialize
virtual StatusCode initialize() override
Definition: ITkPixelTranslatorAlg.cxx:10
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
ITkPixelTranslatorAlg::m_itkPixelRDOKey
SG::WriteHandleKey< ITkPixelRDO_Container > m_itkPixelRDOKey
Definition: ITkPixelTranslatorAlg.h:29
PixelRDO_Container.h
PixelID
Definition: PixelID.h:67