9#ifndef TAU_ANALYSIS_ALGORITHMS__TAU_TRUTH_MATCHING_ALG_H
10#define TAU_ANALYSIS_ALGORITHMS__TAU_TRUTH_MATCHING_ALG_H
35 ToolHandle<TauAnalysisTools::ITauTruthMatchingTool>
m_matchingTool {
this,
"matchingTool",
"TauAnalysisTools::TauTruthMatchingTool",
"the matching tool we apply"};
44 this,
"taus",
"TauJets",
"the tau collection to run on"};
49 this,
"preselection",
"",
"the preselection to apply"};
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
an algorithm for calling ITauTruthMatchingTool
ToolHandle< TauAnalysisTools::ITauTruthMatchingTool > m_matchingTool
the matching tool
SysReadHandle< xAOD::TauJetContainer > m_tauHandle
the tau collection we run on
StatusCode initialize() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysListHandle m_systematicsList
the systematics list we run
StatusCode execute() override
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.