ATLAS Offline Software
Loading...
Searching...
No Matches
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
21
22namespace CP
23{
25
27 {
29 public:
31 StatusCode initialize () override;
32 StatusCode execute () override;
33
34
35
37 private:
38 ToolHandle<TauAnalysisTools::ITauTruthMatchingTool> m_matchingTool {this, "matchingTool", "TauAnalysisTools::TauTruthMatchingTool", "the matching tool we apply"};
39
41 private:
43
45 private:
47 this, "taus", "TauJets", "the tau collection to run on"};
48
50 private:
52 this, "preselection", "", "the preselection to apply"};
53
55 private:
57 this, "isTruthMatchedDecoration", "IsTruthMatched",
58 "decoration for truth matching flag"};
59
61 private:
63 this, "truthJetLinkDecoration", "truthJetLink",
64 "decoration for truth jet link"};
65
67 private:
69 this, "truthParticleLinkDecoration", "truthParticleLink",
70 "decoration for truth particle link"};
71 };
72}
73
74#endif
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
a data handle for reading systematics varied input data
an algorithm for calling ITauTruthMatchingTool
SysWriteDecorHandle< char > m_isTruthMatchedDecor
output decoration for truth matching flag
ToolHandle< TauAnalysisTools::ITauTruthMatchingTool > m_matchingTool
the matching tool
SysReadHandle< xAOD::TauJetContainer > m_tauHandle
the tau collection we run on
SysWriteDecorHandle< ElementLink< xAOD::TruthParticleContainer > > m_truthParticleLinkDecor
output decoration for truth particle link
StatusCode initialize() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysListHandle m_systematicsList
the systematics list we run
StatusCode execute() override
SysWriteDecorHandle< ElementLink< xAOD::JetContainer > > m_truthJetLinkDecor
output decoration for truth jet link
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.