ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkMCTruth
DerivationFrameworkMCTruth
TruthD2Decorator.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
6
#define DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
7
8
9
10
#include "
AthenaBaseComps/AthAlgTool.h
"
11
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
12
#include "
StoreGate/ReadHandleKey.h
"
13
#include "
StoreGate/WriteDecorHandleKey.h
"
14
#include "
xAODJet/JetContainer.h
"
15
16
namespace
DerivationFramework
{
17
18
class
TruthD2Decorator
:
public
extends<AthAlgTool, IAugmentationTool> {
19
public
:
20
21
using
base_class::base_class;
22
23
virtual
StatusCode
initialize
()
override
final
;
24
virtual
StatusCode
addBranches
(
const
EventContext& ctx)
const
override
final
;
25
26
private
:
27
SG::ReadHandleKey<xAOD::JetContainer>
m_jetContainerKey
28
{
this
,
"JetContainerKey"
,
"AntiKt10TruthTrimmedPtFrac5SmallR20Jets"
,
"Name of jet container key for input"
};
29
SG::WriteDecorHandleKey<xAOD::JetContainer>
m_decorationName
30
{
this
,
"DecorationName"
,
m_jetContainerKey
,
"D2"
,
"Decoration Name"
};
31
};
32
}
33
34
#endif
// DERIVATIONFRAMEWORK_TruthD2Decorator_H
AthAlgTool.h
IAugmentationTool.h
JetContainer.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.
DerivationFramework::TruthD2Decorator
Definition
TruthD2Decorator.h:18
DerivationFramework::TruthD2Decorator::m_jetContainerKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
Definition
TruthD2Decorator.h:28
DerivationFramework::TruthD2Decorator::initialize
virtual StatusCode initialize() override final
Definition
TruthD2Decorator.cxx:16
DerivationFramework::TruthD2Decorator::addBranches
virtual StatusCode addBranches(const EventContext &ctx) const override final
Definition
TruthD2Decorator.cxx:25
DerivationFramework::TruthD2Decorator::m_decorationName
SG::WriteDecorHandleKey< xAOD::JetContainer > m_decorationName
Definition
TruthD2Decorator.h:30
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