|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TAU_ANALYSIS_ALGORITHMS__TAU_CALIBRATION_AND_SMEARING_ALG_H
10 #define TAU_ANALYSIS_ALGORITHMS__TAU_CALIBRATION_AND_SMEARING_ALG_H
36 ToolHandle<TauAnalysisTools::ITauSmearingTool>
m_smearingTool {
this,
"smearingTool",
"TauAnalysisTools::TauSmearingTool",
"the calibration and smearing tool we apply"};
45 this,
"taus",
"TauJets",
"the tau collection to run on"};
50 this,
"preselection",
"",
"the preselection to apply"};
an algorithm for calling ITauSmearingTool
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
SysListHandle m_systematicsList
the systematics list we run
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
ToolHandle< TauAnalysisTools::ITauSmearingTool > m_smearingTool
the smearing tool
the (new) base class for EventLoop algorithms
SysCopyHandle< xAOD::TauJetContainer > m_tauHandle
the tau collection we run on
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode execute() override
a systematics data handle that will either copy the input object or act like an update handle
a data handle for reading systematically varied selection properties from objects