ATLAS Offline Software
Loading...
Searching...
No Matches
CopyCaloCalibrationHitContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef OVERLAYCOPYALGS_COPYCALOCALIBRATIONHITCONTAINER_H
6#define OVERLAYCOPYALGS_COPYCALOCALIBRATIONHITCONTAINER_H
7
10
12{
13public:
14
15 CopyCaloCalibrationHitContainer(const std::string &name, ISvcLocator *pSvcLocator);
16
17 virtual StatusCode initialize() override;
18 virtual StatusCode execute(const EventContext& ctx) const override;
19
20private:
21 SG::ReadHandleKey<CaloCalibrationHitContainer> m_signalInputKey{ this, "SignalInputKey", "", "ReadHandleKey for Signal CaloCalibrationHitContainer" };
22 SG::WriteHandleKey<CaloCalibrationHitContainer> m_outputKey{ this, "OutputKey", "", "WriteHandleKey for Output CaloCalibrationHitContainer" };
23
24 Gaudi::Property<std::string> m_collectionName{ this, "collectionName", "", "CaloCalibrationHitContainer collection name" };
25};
26
27#endif // OVERLAYCOPYALGS_COPYCALOCALIBRATIONHITCONTAINER_H
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< std::string > m_collectionName
virtual StatusCode execute(const EventContext &ctx) const override
CopyCaloCalibrationHitContainer(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< CaloCalibrationHitContainer > m_outputKey
SG::ReadHandleKey< CaloCalibrationHitContainer > m_signalInputKey
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.