|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef TAU_ANALYSIS_ALGORITHMS__TAU_EFFICIENCY_CORRECTIONS_ALG_H
9 #define TAU_ANALYSIS_ALGORITHMS__TAU_EFFICIENCY_CORRECTIONS_ALG_H
37 ToolHandle<TauAnalysisTools::ITauEfficiencyCorrectionsTool>
m_efficiencyCorrectionsTool {
this,
"efficiencyCorrectionsTool",
"TauAnalysisTools::TauEfficiencyCorrectionsTool",
"the calibration and smearing tool we apply"};
46 this,
"taus",
"TauJets",
"the tau collection to run on"};
51 this,
"preselection",
"",
"the preselection to apply"};
60 this,
"scaleFactorDecoration",
"",
"the decoration for the tau efficiency scale factor"};
SysReadHandle< xAOD::TauJetContainer > m_tauHandle
the tau collection we run on
an algorithm for calling ITauEfficiencyCorrectionsTool
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
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.
SysListHandle m_systematicsList
the systematics list we run
StatusCode execute() override
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the tau scale factor
ToolHandle< TauAnalysisTools::ITauEfficiencyCorrectionsTool > m_efficiencyCorrectionsTool
the smearing tool
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
a data handle for reading systematically varied selection properties from objects