ATLAS Offline Software
TauTruthMatchingAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 
9 #ifndef TAU_ANALYSIS_ALGORITHMS__TAU_TRUTH_MATCHING_ALG_H
10 #define TAU_ANALYSIS_ALGORITHMS__TAU_TRUTH_MATCHING_ALG_H
11 
18 
19 namespace CP
20 {
22 
24  {
26  public:
28  StatusCode initialize () override;
29  StatusCode execute () override;
30 
31 
32 
34  private:
35  ToolHandle<TauAnalysisTools::ITauTruthMatchingTool> m_matchingTool {this, "matchingTool", "TauAnalysisTools::TauTruthMatchingTool", "the matching tool we apply"};
36 
38  private:
40 
42  private:
44  this, "taus", "TauJets", "the tau collection to run on"};
45 
47  private:
49  this, "preselection", "", "the preselection to apply"};
50  };
51 }
52 
53 #endif
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
CP::TauTruthMatchingAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition: TauTruthMatchingAlg.h:39
SysListHandle.h
CP::TauTruthMatchingAlg::initialize
StatusCode initialize() override
Definition: TauTruthMatchingAlg.cxx:23
CP::TauTruthMatchingAlg::m_preselection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Definition: TauTruthMatchingAlg.h:48
CP::SysReadHandle< xAOD::TauJetContainer >
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:48
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
SysReadHandle.h
AnaAlgorithm.h
ITauTruthMatchingTool.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TauJetContainer.h
SysReadSelectionHandle.h
CP::TauTruthMatchingAlg::m_tauHandle
SysReadHandle< xAOD::TauJetContainer > m_tauHandle
the tau collection we run on
Definition: TauTruthMatchingAlg.h:43
CP::TauTruthMatchingAlg::m_matchingTool
ToolHandle< TauAnalysisTools::ITauTruthMatchingTool > m_matchingTool
the matching tool
Definition: TauTruthMatchingAlg.h:35
CP::SysReadSelectionHandle
a data handle for reading systematically varied selection properties from objects
Definition: SysReadSelectionHandle.h:32
CP::TauTruthMatchingAlg::execute
StatusCode execute() override
Definition: TauTruthMatchingAlg.cxx:35
CP::TauTruthMatchingAlg
an algorithm for calling ITauTruthMatchingTool
Definition: TauTruthMatchingAlg.h:24