ATLAS Offline Software
Loading...
Searching...
No Matches
CopySCT_ClusterContainer.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_COPYSCTCLUSTERCONTAINER_H
6#define OVERLAYCOPYALGS_COPYSCTCLUSTERCONTAINER_H
7
10
11class SCT_ID;
12
14{
15public:
16
17 CopySCT_ClusterContainer(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::SCT_ClusterContainer> m_inputKey{ this, "InputKey", "", "ReadHandleKey for Pileup SCT_ClusterContainer" };
24 SG::WriteHandleKey<InDet::SCT_ClusterContainer> m_outputKey{ this, "OutputKey", "", "WriteHandleKey for Output SCT_ClusterContainer" };
25
26 const SCT_ID* m_idHelper = nullptr;
27
28};
29
30#endif // OVERLAYCOPYALGS_COPYSCTCLUSTERCONTAINER_H
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
SG::WriteHandleKey< InDet::SCT_ClusterContainer > m_outputKey
SG::ReadHandleKey< InDet::SCT_ClusterContainer > m_inputKey
CopySCT_ClusterContainer(const std::string &name, ISvcLocator *pSvcLocator)
This is an Identifier helper class for the SCT subdetector.
Definition SCT_ID.h:68
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.