|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef TAU_ANALYSIS_ALGORITHMS__DI_TAU_EFFICIENCY_CORRECTIONS_ALG_H
9 #define TAU_ANALYSIS_ALGORITHMS__DI_TAU_EFFICIENCY_CORRECTIONS_ALG_H
36 ToolHandle<TauAnalysisTools::IDiTauEfficiencyCorrectionsTool>
m_efficiencyCorrectionsTool {
this,
"efficiencyCorrectionsTool",
"TauAnalysisTools::DiTauEfficiencyCorrectionsTool",
"the calibration and smearing tool we apply"};
45 this,
"taus",
"DiTauJets",
"the tau collection to run on"};
50 this,
"preselection",
"",
"the preselection to apply"};
59 this,
"scaleFactorDecoration",
"",
"the decoration for the di-tau efficiency scale factor"};
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the muon 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
SysReadHandle< xAOD::DiTauJetContainer > m_tauHandle
the tau collection we run on
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
an algorithm for calling IDiTauEfficiencyCorrectionsTool
StatusCode execute() override
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
SysListHandle m_systematicsList
the systematics list we run
ToolHandle< TauAnalysisTools::IDiTauEfficiencyCorrectionsTool > m_efficiencyCorrectionsTool
the smearing tool
a data handle for reading systematically varied selection properties from objects
StatusCode initialize() override