ATLAS Offline Software
Loading...
Searching...
No Matches
HIClusterCopier.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5// HIClusterCopier.h
6
7#ifndef __HIJETREC_HICLUSTERCOPIER_H__
8#define __HIJETREC_HICLUSTERCOPIER_H__
9
15
17
19{
20
21public:
22
23 HIClusterCopier(const std::string& name, ISvcLocator* pSvcLocator);
25
26 virtual StatusCode initialize();
27 virtual StatusCode execute(const EventContext &ctx) const;
28 virtual StatusCode finalize();
29
30private:
32 SG::ReadHandleKey<xAOD::CaloClusterContainer> m_inputKey { this, "InputContainerKey" , "HIClusters" , "Input Container Key" };
34 SG::WriteHandleKey<xAOD::CaloClusterContainer> m_outputKey { this, "OutputContainerKey" , "DFHIClusters" , "Output Container Key"};
35
36};
37#endif
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.
An algorithm that can be simultaneously executed in multiple threads.
Container class for CaloCell.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_inputKey
Name of input CaloClusterContainer, e.g HIClusters.
virtual StatusCode finalize()
virtual StatusCode execute(const EventContext &ctx) const
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputKey
Name of output CaloClusterContainer, e.g. DFHIClusters.
virtual StatusCode initialize()
HIClusterCopier(const std::string &name, ISvcLocator *pSvcLocator)
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.