ATLAS Offline Software
Loading...
Searching...
No Matches
TauCombinedTESWrapper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6// TauCombinedTESWrapper.h
8
9#ifndef DERIVATIONFRAMEWORK_TAUCOMBINEDTESWRAPPER_H
10#define DERIVATIONFRAMEWORK_TAUCOMBINEDTESWRAPPER_H
11
12#include <string>
13
16#include "GaudiKernel/ToolHandle.h"
22
26
27namespace DerivationFramework {
28
29 class TauCombinedTESWrapper : public extends<AthAlgTool, IAugmentationTool> {
30 public:
31
32 using base_class::base_class;
33
34 virtual StatusCode initialize() override final;
35 virtual StatusCode addBranches(const EventContext& ctx) const override final;
36
37 private:
39 {this, "TauContainerName", "TauJets", "ReadHandleKey for input TauJetContainer"};
40
41 ToolHandle < TauCombinedTES > m_tTauCombinedTESTool{this, "TauCombinedTESTool", "TauCombinedTESTool"};
42
44 {this, "TESCompatibilityKey", m_tauKey, "TESCompatibility", "WriteDecorHandleKey for TESCompatibility decoration"};
45
46 };
47}
48
49#endif
Handle class for adding a decoration to an object.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::WriteDecorHandleKey< xAOD::TauJetContainer > m_tesCompatibilityKey
virtual StatusCode initialize() override final
virtual StatusCode addBranches(const EventContext &ctx) const override final
ToolHandle< TauCombinedTES > m_tTauCombinedTESTool
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
THE reconstruction tool.