Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
15 namespace 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
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition: StoreGate/StoreGate/WriteDecorHandleKey.h:89
CP::EgammaCaloClusterEtaAlg
Definition: EgammaCaloClusterEtaAlg.h:17
CP::EgammaCaloClusterEtaAlg::m_particlesKey
SG::ReadHandleKey< xAOD::EgammaContainer > m_particlesKey
Definition: EgammaCaloClusterEtaAlg.h:25
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:49
EgammaContainer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
CP::EgammaCaloClusterEtaAlg::m_caloEta2Key
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_caloEta2Key
Definition: EgammaCaloClusterEtaAlg.h:26
columnar::final
CM final
Definition: ColumnAccessor.h:106
EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaReentrantAlgorithm.cxx:29
CP::EgammaCaloClusterEtaAlg::initialize
virtual StatusCode initialize() override
Definition: EgammaCaloClusterEtaAlg.cxx:17
EL::AnaReentrantAlgorithm
the base class for EventLoop reentrant algorithms
Definition: AnaReentrantAlgorithm.h:51
WriteDecorHandleKey.h
CP::EgammaCaloClusterEtaAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: EgammaCaloClusterEtaAlg.cxx:29
AnaReentrantAlgorithm.h