ATLAS Offline Software
CopyPixelClusterContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef OVERLAYCOPYALGS_COPYPIXELCLUSTERCONTAINER_H
6 #define OVERLAYCOPYALGS_COPYPIXELCLUSTERCONTAINER_H
7 
10 
11 class PixelID;
12 
14 {
15 public:
16 
17  CopyPixelClusterContainer(const std::string &name, ISvcLocator *pSvcLocator);
18 
19  virtual StatusCode initialize() override;
20  virtual StatusCode execute(const EventContext& ctx) const override;
21 
22 private:
23  SG::ReadHandleKey<InDet::PixelClusterContainer> m_inputKey{ this, "InputKey", "", "ReadHandleKey for Pileup PixelClusterContainer" };
24  SG::WriteHandleKey<InDet::PixelClusterContainer> m_outputKey{ this, "OutputKey", "", "WriteHandleKey for Output PixelClusterContainer" };
25 
26  const PixelID* m_idHelper = nullptr;
27 
28 };
29 
30 #endif // OVERLAYCOPYALGS_COPYPIXELCLUSTERCONTAINER_H
CopyPixelClusterContainer::CopyPixelClusterContainer
CopyPixelClusterContainer(const std::string &name, ISvcLocator *pSvcLocator)
Definition: CopyPixelClusterContainer.cxx:10
CopyPixelClusterContainer::initialize
virtual StatusCode initialize() override
Definition: CopyPixelClusterContainer.cxx:13
SG::ReadHandleKey< InDet::PixelClusterContainer >
CopyPixelClusterContainer::m_outputKey
SG::WriteHandleKey< InDet::PixelClusterContainer > m_outputKey
Definition: CopyPixelClusterContainer.h:24
CopyPixelClusterContainer::m_inputKey
SG::ReadHandleKey< InDet::PixelClusterContainer > m_inputKey
Definition: CopyPixelClusterContainer.h:23
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
SG::WriteHandleKey< InDet::PixelClusterContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CopyPixelClusterContainer
Definition: CopyPixelClusterContainer.h:14
CopyPixelClusterContainer::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: CopyPixelClusterContainer.cxx:28
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
PixelClusterContainer.h
CopyPixelClusterContainer::m_idHelper
const PixelID * m_idHelper
Definition: CopyPixelClusterContainer.h:26
PixelID
Definition: PixelID.h:67