ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkLLP
DerivationFrameworkLLP
AugmentationToolLeadingJets.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
// AugmentationLeadingJets.h, (c) ATLAS Detector software
8
9
#ifndef DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
10
#define DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
11
12
#include <string>
13
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
16
#include "
xAODJet/JetContainer.h
"
17
#include "
StoreGate/ReadHandleKey.h
"
18
#include "
StoreGate/WriteDecorHandleKey.h
"
19
20
namespace
DerivationFramework
{
21
22
class
AugmentationToolLeadingJets
:
public
extends<AthAlgTool, IAugmentationTool> {
23
public
:
24
AugmentationToolLeadingJets
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
addBranches
()
const override
;
27
28
29
private
:
30
SG::ReadHandleKey<xAOD::JetContainer>
m_jetKey
31
{
this
,
"JetKey"
,
"AntiKt4EMTopoJets"
,
""
};
32
SG::WriteDecorHandleKey<xAOD::JetContainer>
m_decorationKey
33
{
this
,
"DecorationKey"
,
m_jetKey
,
"DFDecoratorLeadingJets"
,
""
};
34
};
35
}
36
37
#endif // DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey< xAOD::JetContainer >
IAugmentationTool.h
DerivationFramework::AugmentationToolLeadingJets::m_decorationKey
SG::WriteDecorHandleKey< xAOD::JetContainer > m_decorationKey
Definition:
AugmentationToolLeadingJets.h:33
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
SG::ReadHandleKey< xAOD::JetContainer >
DerivationFramework::AugmentationToolLeadingJets::addBranches
virtual StatusCode addBranches() const override
Definition:
AugmentationToolLeadingJets.cxx:35
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
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DerivationFramework::AugmentationToolLeadingJets::m_jetKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
Definition:
AugmentationToolLeadingJets.h:31
AthAlgTool.h
DerivationFramework
THE reconstruction tool.
Definition:
ParticleSortingAlg.h:24
DerivationFramework::AugmentationToolLeadingJets
Definition:
AugmentationToolLeadingJets.h:22
DerivationFramework::AugmentationToolLeadingJets::AugmentationToolLeadingJets
AugmentationToolLeadingJets(const std::string &t, const std::string &n, const IInterface *p)
Definition:
AugmentationToolLeadingJets.cxx:20
JetContainer.h
DerivationFramework::AugmentationToolLeadingJets::initialize
virtual StatusCode initialize() override
Definition:
AugmentationToolLeadingJets.cxx:27
Generated on Mon Sep 1 2025 21:06:48 for ATLAS Offline Software by
1.8.18