ATLAS Offline Software
Loading...
Searching...
No Matches
TauTruthMatchingWrapper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 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
25
26namespace DerivationFramework {
27
28 class TauTruthMatchingWrapper : public extends<AthAlgTool, IAugmentationTool> {
29 public:
30
31 using base_class::base_class;
32
33 virtual StatusCode initialize() override final;
34 virtual StatusCode addBranches(const EventContext& ctx) const override final;
35
36 private:
38 {this, "TauContainerName", "TauJets", "ReadHandleKey for input TauJetContainer"};
39
40 ToolHandle < TauAnalysisTools::ITauTruthMatchingTool > m_tTauTruthMatchingTool{this, "TauTruthMatchingTool", "TauAnalysisTools::TauTruthMatchingTool"};
41
42 };
43}
44
45#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauKey
virtual StatusCode addBranches(const EventContext &ctx) const override final
ToolHandle< TauAnalysisTools::ITauTruthMatchingTool > m_tTauTruthMatchingTool
Property holding a SG store/key/clid from which a ReadHandle is made.
THE reconstruction tool.