ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
Jet
JetSubStructureMomentTools
JetSubStructureMomentTools
SubjetRecorderTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef jetsubstructuremomenttools_subjetrecordertool_header
6
#define jetsubstructuremomenttools_subjetrecordertool_header
7
8
#include "
AsgTools/AsgTool.h
"
9
#include "
xAODJet/Jet.h
"
10
#include "
JetSubStructureMomentTools/ISubjetRecorderTool.h
"
11
12
namespace
fastjet
{
13
class
PseudoJet;
14
}
15
16
class
SubjetRecorderTool
:
17
public
asg::AsgTool
,
18
virtual
public
ISubjetRecorderTool
{
19
ASG_TOOL_CLASS
(
SubjetRecorderTool
,
ISubjetRecorderTool
)
20
21
public
:
22
// Constructor and destructor
23
SubjetRecorderTool
(
const
std::string& name);
24
25
std::vector<xAOD::Jet *>
recordSubjets
(
const
std::vector<fastjet::PseudoJet>& subjets,
xAOD::Jet
&
jet
)
const
;
26
27
private
:
28
std::string
m_subjetlabel
;
29
std::string
m_subjetcontainername
;
30
};
31
32
33
#endif
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
AsgTool.h
Jet.h
ISubjetRecorderTool.h
ISubjetRecorderTool
Definition
ISubjetRecorderTool.h:16
SubjetRecorderTool::m_subjetlabel
std::string m_subjetlabel
Definition
SubjetRecorderTool.h:28
SubjetRecorderTool::m_subjetcontainername
std::string m_subjetcontainername
Definition
SubjetRecorderTool.h:29
SubjetRecorderTool::recordSubjets
std::vector< xAOD::Jet * > recordSubjets(const std::vector< fastjet::PseudoJet > &subjets, xAOD::Jet &jet) const
Definition
SubjetRecorderTool.cxx:18
SubjetRecorderTool::SubjetRecorderTool
SubjetRecorderTool(const std::string &name)
Definition
SubjetRecorderTool.cxx:11
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition
AsgTool.h:47
fastjet
Definition
FastJetLinkBase.h:22
jet
Definition
JetCalibTools_PlotJESFactors.cxx:23
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