ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTau
DerivationFrameworkTau
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
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
16
#include "GaudiKernel/ToolHandle.h"
17
#include "
tauRecTools/TauCombinedTES.h
"
18
#include "
StoreGate/ReadHandleKey.h
"
19
#include "
StoreGate/WriteDecorHandleKey.h
"
20
#include "
xAODTau/TauJetContainer.h
"
21
#include <
AsgDataHandles/WriteDecorHandle.h
>
22
26
27
namespace
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
:
38
SG::ReadHandleKey<xAOD::TauJetContainer>
m_tauKey
39
{
this
,
"TauContainerName"
,
"TauJets"
,
"ReadHandleKey for input TauJetContainer"
};
40
41
ToolHandle < TauCombinedTES >
m_tTauCombinedTESTool
{
this
,
"TauCombinedTESTool"
,
"TauCombinedTESTool"
};
42
43
SG::WriteDecorHandleKey<xAOD::TauJetContainer>
m_tesCompatibilityKey
44
{
this
,
"TESCompatibilityKey"
,
m_tauKey
,
"TESCompatibility"
,
"WriteDecorHandleKey for TESCompatibility decoration"
};
45
46
};
47
}
48
49
#endif
AthAlgTool.h
WriteDecorHandle.h
Handle class for adding a decoration to an object.
IAugmentationTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
TauCombinedTES.h
TauJetContainer.h
DerivationFramework::TauCombinedTESWrapper
Definition
TauCombinedTESWrapper.h:29
DerivationFramework::TauCombinedTESWrapper::m_tesCompatibilityKey
SG::WriteDecorHandleKey< xAOD::TauJetContainer > m_tesCompatibilityKey
Definition
TauCombinedTESWrapper.h:44
DerivationFramework::TauCombinedTESWrapper::initialize
virtual StatusCode initialize() override final
Definition
TauCombinedTESWrapper.cxx:15
DerivationFramework::TauCombinedTESWrapper::addBranches
virtual StatusCode addBranches(const EventContext &ctx) const override final
Definition
TauCombinedTESWrapper.cxx:24
DerivationFramework::TauCombinedTESWrapper::m_tTauCombinedTESTool
ToolHandle< TauCombinedTES > m_tTauCombinedTESTool
Definition
TauCombinedTESWrapper.h:41
DerivationFramework::TauCombinedTESWrapper::m_tauKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauKey
Definition
TauCombinedTESWrapper.h:39
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
DerivationFramework
THE reconstruction tool.
Definition
CascadeTools.h:16
Generated on
for ATLAS Offline Software by
1.17.0