ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class PixelID;
12
14{
15public:
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
22private:
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
An algorithm that can be simultaneously executed in multiple threads.
CopyPixelClusterContainer(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< InDet::PixelClusterContainer > m_inputKey
SG::WriteHandleKey< InDet::PixelClusterContainer > m_outputKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:67
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.