ATLAS Offline Software
TauTruthMatchingWrapper.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // TauTruthMatchingWrapper.h
7 // Author: Evelina Bouhova-Thacker (e.bouhova@cern.ch)
9 
10 #ifndef DERIVATIONFRAMEWORK_TAUTRUTHMATCHINGWRAPPER_H
11 #define DERIVATIONFRAMEWORK_TAUTRUTHMATCHINGWRAPPER_H
12 
13 #include <string>
14 
17 #include "GaudiKernel/ToolHandle.h"
21 
26 namespace DerivationFramework {
27 
29  public:
30  TauTruthMatchingWrapper(const std::string& t, const std::string& n, const IInterface* p);
31 
34  virtual StatusCode addBranches() const;
35 
36  private:
38  {this, "TauContainerName", "TauJets", "ReadHandleKey for input TauJetContainer"};
39 
40 
41  ToolHandle < TauAnalysisTools::ITauTruthMatchingTool > m_tTauTruthMatchingTool;
42 
43  };
44 }
45 
46 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
DerivationFramework::TauTruthMatchingWrapper::m_tTauTruthMatchingTool
ToolHandle< TauAnalysisTools::ITauTruthMatchingTool > m_tTauTruthMatchingTool
Definition: TauTruthMatchingWrapper.h:41
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
DerivationFramework::TauTruthMatchingWrapper::addBranches
virtual StatusCode addBranches() const
Pass the thinning service
Definition: TauTruthMatchingWrapper.cxx:40
IAugmentationTool.h
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
DerivationFramework::TauTruthMatchingWrapper::initialize
StatusCode initialize()
Definition: TauTruthMatchingWrapper.cxx:28
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:24
ITauTruthMatchingTool.h
beamspotman.n
n
Definition: beamspotman.py:731
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DerivationFramework::TauTruthMatchingWrapper::TauTruthMatchingWrapper
TauTruthMatchingWrapper(const std::string &t, const std::string &n, const IInterface *p)
Definition: TauTruthMatchingWrapper.cxx:18
AthAlgTool.h
DerivationFramework::TauTruthMatchingWrapper
Definition: TauTruthMatchingWrapper.h:28
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
TauJetContainer.h
DerivationFramework::TauTruthMatchingWrapper::finalize
StatusCode finalize()
Definition: TauTruthMatchingWrapper.cxx:35
DerivationFramework::TauTruthMatchingWrapper::m_tauKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauKey
Definition: TauTruthMatchingWrapper.h:38
AthAlgTool
Definition: AthAlgTool.h:26