ATLAS Offline Software
Loading...
Searching...
No Matches
EgammaCaloClusterEtaAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_CALO_CLUSTER_ETA_ALG__H
8#define EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_CALO_CLUSTER_ETA_ALG__H
9
14
15namespace CP {
16
18
19 public:
21 virtual StatusCode initialize() override;
22 virtual StatusCode execute(const EventContext &ctx) const override;
23
24 private:
25 SG::ReadHandleKey<xAOD::EgammaContainer> m_particlesKey { this, "particles", "", "the input egamma container" };
26 SG::WriteDecorHandleKey<xAOD::EgammaContainer> m_caloEta2Key { this, "caloEta2", "caloEta2", "decoration name for calo cluster eta in layer 2" };
27
28 };
29
30} // namespace
31
32#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_caloEta2Key
SG::ReadHandleKey< xAOD::EgammaContainer > m_particlesKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
the base class for EventLoop reentrant algorithms
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Select isolated Photons, Electrons and Muons.