ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
Jet
JetSubStructureMomentTools
JetSubStructureMomentTools
KtDeltaRTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETSUBSTRUCTURE_KTDELTARTOOL_H
6
#define JETSUBSTRUCTURE_KTDELTARTOOL_H
7
8
#include "
JetSubStructureMomentTools/JetSubStructureMomentToolsBase.h
"
9
10
class
KtDeltaRTool
:
11
public
JetSubStructureMomentToolsBase
{
12
ASG_TOOL_CLASS
(
KtDeltaRTool
,
IJetModifier
)
13
14
public
:
15
// Ctor.
16
KtDeltaRTool
(
const
std::string& t);
17
18
// Add moment to a jet.
19
int
modifyJet
(
xAOD::Jet
& injet)
const
;
20
21
// Display properties.
22
void
print
()
const
;
23
24
private
:
25
double
m_jetrad
;
26
27
};
28
29
#endif
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
JetSubStructureMomentToolsBase.h
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition
IJetModifier.h:20
JetSubStructureMomentToolsBase::JetSubStructureMomentToolsBase
JetSubStructureMomentToolsBase(const std::string &name)
Definition
JetSubStructureMomentToolsBase.cxx:8
KtDeltaRTool::print
void print() const
Print the state of the tool.
Definition
KtDeltaRTool.cxx:32
KtDeltaRTool::m_jetrad
double m_jetrad
Definition
KtDeltaRTool.h:25
KtDeltaRTool::modifyJet
int modifyJet(xAOD::Jet &injet) const
Modify a single jet. This is obsolete and set to be removed.
Definition
KtDeltaRTool.cxx:15
KtDeltaRTool::KtDeltaRTool
KtDeltaRTool(const std::string &t)
Definition
KtDeltaRTool.cxx:10
xAOD::Jet
Jet_v1 Jet
Definition of the current "jet version".
Definition
Event/xAOD/xAODJet/xAODJet/Jet.h:17
Generated on
for ATLAS Offline Software by
1.14.0