Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
EgammaSamplingPatternDecoratorAlg.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 
8 
9 #ifndef EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_SAMPLING_PATTERN_DECORATOR_ALG_H
10 #define EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_SAMPLING_PATTERN_DECORATOR_ALG_H
11 
17 
18 namespace CP
19 {
27 
29  {
31  public:
33  virtual StatusCode initialize () override;
34  virtual StatusCode execute (const EventContext& ctx) const override;
35 
36 
37  private:
38 
40  SG::ReadHandleKey<xAOD::CaloClusterContainer> m_clusterContainer {this, "clusterContainer", "egammaClusters", "the name of the e-gamma cluster container"};
41 
43  SG::WriteDecorHandleKey<xAOD::CaloClusterContainer> m_samplingPattern {this, "samplingPattern", "egammaClusters.samplingPattern", "the samplingPattern decoration"};
44  };
45 }
46 
47 #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::EgammaSamplingPatternDecoratorAlg::m_clusterContainer
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusterContainer
the e-gamma cluster container
Definition: EgammaSamplingPatternDecoratorAlg.h:40
PropertyWrapper.h
CP::EgammaSamplingPatternDecoratorAlg::m_samplingPattern
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_samplingPattern
the sampling pattern decoration
Definition: EgammaSamplingPatternDecoratorAlg.h:43
SG::ReadHandleKey< xAOD::CaloClusterContainer >
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:49
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::EgammaSamplingPatternDecoratorAlg::initialize
virtual StatusCode initialize() override
Definition: EgammaSamplingPatternDecoratorAlg.cxx:25
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
EL::AnaReentrantAlgorithm
the base class for EventLoop reentrant algorithms
Definition: AnaReentrantAlgorithm.h:51
CP::EgammaSamplingPatternDecoratorAlg
an algorithm decorating samplingPattern on e-gamma clusters
Definition: EgammaSamplingPatternDecoratorAlg.h:29
WriteDecorHandleKey.h
AnaReentrantAlgorithm.h
CaloClusterContainer.h
CP::EgammaSamplingPatternDecoratorAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: EgammaSamplingPatternDecoratorAlg.cxx:35