ATLAS Offline Software
Reconstruction
Jet
JetSubStructureMomentTools
JetSubStructureMomentTools
DipolarityTool.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_dipolaritytool_header
6
#define jetsubstructuremomenttools_dipolaritytool_header
7
8
#include "
JetSubStructureMomentTools/JetSubStructureMomentToolsBase.h
"
9
10
class
DipolarityTool
:
11
public
JetSubStructureMomentToolsBase
{
12
ASG_TOOL_CLASS
(
DipolarityTool
,
IJetModifier
)
13
14
public
:
15
// Constructor and destructor
16
DipolarityTool
(
const
std::string&
name
);
17
18
int
modifyJet
(
xAOD::Jet
&injet)
const
;
19
20
private
:
21
double
m_SubJetRadius
;
22
};
23
24
#endif
DipolarityTool::DipolarityTool
DipolarityTool(const std::string &name)
Definition:
DipolarityTool.cxx:8
JetSubStructureMomentToolsBase.h
DipolarityTool
Definition:
DipolarityTool.h:11
DipolarityTool::modifyJet
int modifyJet(xAOD::Jet &injet) const
Modify a single jet. This is obsolete and set to be removed.
Definition:
DipolarityTool.cxx:14
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
JetSubStructureMomentToolsBase
Definition:
JetSubStructureMomentToolsBase.h:18
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition:
IJetModifier.h:20
DipolarityTool::m_SubJetRadius
double m_SubJetRadius
Definition:
DipolarityTool.h:21
Generated on Thu Nov 7 2024 21:13:42 for ATLAS Offline Software by
1.8.18