8#ifndef ELECTRON_ANALYSIS_ALGORITHMS__ELECTRON_EFFICIENCY_SCALE_FACTOR_ALG_H
9#define ELECTRON_ANALYSIS_ALGORITHMS__ELECTRON_EFFICIENCY_SCALE_FACTOR_ALG_H
37 ToolHandle<IAsgElectronEfficiencyCorrectionTool>
m_efficiencyCorrectionTool {
this,
"efficiencyCorrectionTool",
"AsgElectronEfficiencyCorrectionTool",
"the calibration and smearing tool we apply"};
46 this,
"electrons",
"Electrons",
"the electron collection to run on"};
51 this,
"preselection",
"",
"the preselection to apply"};
60 this,
"scaleFactorDecoration",
"",
"the decoration for the electron efficiency scale factor"};
an algorithm for calling IElectronEfficiencyCorrectionTool
SysReadSelectionHandle m_preselection
the preselection we apply to our input
StatusCode execute() override
SysListHandle m_systematicsList
the systematics list we run
SysReadHandle< xAOD::ElectronContainer > m_electronHandle
the electron collection we run on
StatusCode initialize() override
ToolHandle< IAsgElectronEfficiencyCorrectionTool > m_efficiencyCorrectionTool
the smearing tool
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the electron scale factor
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
a helper to translate a CP::CorrectionCode into a StatusCode
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematically varied selection properties from objects
a data handle for reading systematics varied input data
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.