|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef ELECTRON_ANALYSIS_ALGORITHMS__PHOTON_EFFICIENCY_SCALE_FACTOR_ALG_H
9 #define ELECTRON_ANALYSIS_ALGORITHMS__PHOTON_EFFICIENCY_SCALE_FACTOR_ALG_H
36 ToolHandle<IAsgPhotonEfficiencyCorrectionTool>
m_efficiencyCorrectionTool {
this,
"efficiencyCorrectionTool",
"AsgPhotonEfficiencyCorrectionTool",
"the efficiency correction tool we apply"};
45 this,
"photons",
"Photons",
"the photon collection to run on"};
50 this,
"preselection",
"",
"the preselection to apply"};
59 this,
"scaleFactorDecoration",
"",
"the decoration for the photon efficiency scale factor"};
an algorithm for calling IPhotonEfficiencyCorrectionTool
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
StatusCode initialize() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the photon scale factor
ToolHandle< IAsgPhotonEfficiencyCorrectionTool > m_efficiencyCorrectionTool
the smearing tool
SysListHandle m_systematicsList
the systematics list we run
SysReadHandle< xAOD::PhotonContainer > m_photonHandle
the photon collection we run on
a data handle for reading systematically varied selection properties from objects
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results