ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkMCTruth
DerivationFrameworkMCTruth
TruthD2Decorator.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
// TruthD2Decorator.h, (c) ATLAS Detector software
8
9
#ifndef DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
10
#define DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
11
12
#include <string>
13
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
16
#include "
StoreGate/ReadHandleKey.h
"
17
#include "
StoreGate/WriteDecorHandleKey.h
"
18
#include "
xAODJet/JetContainer.h
"
19
20
namespace
DerivationFramework
{
21
22
class
TruthD2Decorator
:
public
extends<AthAlgTool, IAugmentationTool> {
23
public
:
24
TruthD2Decorator
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
25
StatusCode
initialize
();
26
virtual
StatusCode
addBranches
()
const
;
27
28
private
:
29
SG::ReadHandleKey<xAOD::JetContainer>
m_jetContainerKey
30
{
this
,
"JetContainerKey"
,
"AntiKt10TruthTrimmedPtFrac5SmallR20Jets"
,
"Name of jet container key for input"
};
31
SG::WriteDecorHandleKey<xAOD::JetContainer>
m_decorationName
32
{
this
,
"DecorationName"
,
"AntiKt10TruthTrimmedPtFrac5SmallR20Jets.D2"
,
"Decoration Name"
};
33
};
34
}
35
36
#endif // DERIVATIONFRAMEWORK_TruthD2Decorator_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey< xAOD::JetContainer >
DerivationFramework::TruthD2Decorator::TruthD2Decorator
TruthD2Decorator(const std::string &t, const std::string &n, const IInterface *p)
Definition:
TruthD2Decorator.cxx:18
IAugmentationTool.h
DerivationFramework::TruthD2Decorator::m_jetContainerKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
Definition:
TruthD2Decorator.h:30
DerivationFramework::TruthD2Decorator::initialize
StatusCode initialize()
Definition:
TruthD2Decorator.cxx:26
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
SG::ReadHandleKey< xAOD::JetContainer >
DerivationFramework::TruthD2Decorator::m_decorationName
SG::WriteDecorHandleKey< xAOD::JetContainer > m_decorationName
Definition:
TruthD2Decorator.h:32
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:209
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
beamspotman.n
n
Definition:
beamspotman.py:729
DerivationFramework::TruthD2Decorator
Definition:
TruthD2Decorator.h:22
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
DerivationFramework
THE reconstruction tool.
Definition:
ParticleSortingAlg.h:24
DerivationFramework::TruthD2Decorator::addBranches
virtual StatusCode addBranches() const
Definition:
TruthD2Decorator.cxx:36
JetContainer.h
Generated on Tue Sep 2 2025 21:25:39 for ATLAS Offline Software by
1.8.18