|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_ISOLATION_CORRECTION_ALG_H
10 #define EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_ISOLATION_CORRECTION_ALG_H
37 ToolHandle<CP::IIsolationCorrectionTool>
m_isolationCorrectionTool {
this,
"isolationCorrectionTool",
"IsolationCorrectionTool",
"the smearing tool we apply"};
46 this,
"egammas",
"Electrons",
"the egamma collection to run on"};
51 this,
"preselection",
"",
"the preselection to apply"};
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
StatusCode execute() override
an algorithm for calling CP::IIsolationCorrectionTool
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysListHandle m_systematicsList
the systematics list we run
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
StatusCode initialize() override
ToolHandle< CP::IIsolationCorrectionTool > m_isolationCorrectionTool
the smearing tool
a systematics data handle that will either copy the input object or act like an update handle
a data handle for reading systematically varied selection properties from objects
SysCopyHandle< xAOD::EgammaContainer > m_egammaHandle
the egamma collection we run on