|
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysListHandle m_systematicsList
the systematics list we run
an algorithm for calling IElectronEfficiencyCorrectionTool
a data handle for reading systematically varied selection properties from objects
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the electron scale factor
ToolHandle< IAsgElectronEfficiencyCorrectionTool > m_efficiencyCorrectionTool
the smearing tool
SysReadHandle< xAOD::ElectronContainer > m_electronHandle
the electron collection we run on
StatusCode execute() override