ATLAS Offline Software
EgammaIsolationCorrectionAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 
9 #ifndef EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_ISOLATION_CORRECTION_ALG_H
10 #define EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_ISOLATION_CORRECTION_ALG_H
11 
19 
20 namespace CP
21 {
24 
26  {
28  public:
30  StatusCode initialize () override;
31  StatusCode execute () override;
32 
33 
34 
36  private:
37  ToolHandle<CP::IIsolationCorrectionTool> m_isolationCorrectionTool {this, "isolationCorrectionTool", "IsolationCorrectionTool", "the smearing tool we apply"};
38 
40  private:
42 
44  private:
46  this, "egammas", "Electrons", "the egamma collection to run on"};
47 
49  private:
51  this, "preselection", "", "the preselection to apply"};
52 
54  private:
56  };
57 }
58 
59 #endif
OutOfValidityHelper.h
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
CP::OutOfValidityHelper
a helper to translate a CP::CorrectionCode into a ::StatusCode
Definition: OutOfValidityHelper.h:73
CopyHelpers.h
SysListHandle.h
SysCopyHandle.h
CP::EgammaIsolationCorrectionAlg::execute
StatusCode execute() override
Definition: EgammaIsolationCorrectionAlg.cxx:37
CP::EgammaIsolationCorrectionAlg
an algorithm for calling CP::IIsolationCorrectionTool
Definition: EgammaIsolationCorrectionAlg.h:26
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:48
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
CP::EgammaIsolationCorrectionAlg::m_preselection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Definition: EgammaIsolationCorrectionAlg.h:50
CP::EgammaIsolationCorrectionAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition: EgammaIsolationCorrectionAlg.h:41
AnaAlgorithm.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
IIsolationCorrectionTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CP::EgammaIsolationCorrectionAlg::m_outOfValidity
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
Definition: EgammaIsolationCorrectionAlg.h:55
CP::EgammaIsolationCorrectionAlg::initialize
StatusCode initialize() override
Definition: EgammaIsolationCorrectionAlg.cxx:23
CP::EgammaIsolationCorrectionAlg::m_isolationCorrectionTool
ToolHandle< CP::IIsolationCorrectionTool > m_isolationCorrectionTool
the smearing tool
Definition: EgammaIsolationCorrectionAlg.h:37
SysReadSelectionHandle.h
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition: SysCopyHandle.h:62
CP::SysReadSelectionHandle
a data handle for reading systematically varied selection properties from objects
Definition: SysReadSelectionHandle.h:32
CP::EgammaIsolationCorrectionAlg::m_egammaHandle
SysCopyHandle< xAOD::EgammaContainer > m_egammaHandle
the egamma collection we run on
Definition: EgammaIsolationCorrectionAlg.h:45