ATLAS Offline Software
Reconstruction
Jet
JetSubStructureMomentTools
JetSubStructureMomentTools
LundVariablesTool.h
Go to the documentation of this file.
1
#ifndef JETSUBSTRUCTUREMOMENTTOOLS_LUNDVARIABLESTOOL_H
2
#define JETSUBSTRUCTUREMOMENTTOOLS_LUNDVARIABLESTOOL_H
3
4
#include "
JetSubStructureMomentTools/JetSubStructureMomentToolsBase.h
"
5
#include "fastjet/PseudoJet.hh"
6
class
LundVariablesTool
:
public
JetSubStructureMomentToolsBase
{
7
ASG_TOOL_CLASS
(
LundVariablesTool
,
IJetModifier
)
8
9
public
:
10
LundVariablesTool
(
const
std::string&
name
);
11
int
modifyJet
(
xAOD::Jet
& injet)
const override
;
12
void
print
()
const override
;
13
struct
Declustering
{
14
fastjet::PseudoJet
jj
{},
j1
{},
j2
{};
15
double
pt
= -999,
m
= -999;
16
double
pt1
= -999,
pt2
= -999,
delta_R
= -999,
z
= -999,
kt
= -999,
varphi
= -999,
eta
= -999,
E
= -999;
17
bool
exclude
=
false
;
18
int
idp1
= -1,
idp2
= -1;
19
};
20
21
static
std::vector<Declustering>
getLundVar
(std::vector<fastjet::PseudoJet> v_jcs);
22
23
};
24
25
#endif
LundVariablesTool::Declustering::delta_R
double delta_R
Definition:
LundVariablesTool.h:16
LundVariablesTool::Declustering::varphi
double varphi
Definition:
LundVariablesTool.h:16
LundVariablesTool::Declustering::exclude
bool exclude
Definition:
LundVariablesTool.h:17
LundVariablesTool::Declustering::jj
fastjet::PseudoJet jj
Definition:
LundVariablesTool.h:14
LundVariablesTool::Declustering::eta
double eta
Definition:
LundVariablesTool.h:16
LundVariablesTool::Declustering::E
double E
Definition:
LundVariablesTool.h:16
LundVariablesTool::Declustering::m
double m
Definition:
LundVariablesTool.h:15
LundVariablesTool::Declustering::idp1
int idp1
Definition:
LundVariablesTool.h:18
LundVariablesTool::Declustering
Definition:
LundVariablesTool.h:13
LundVariablesTool::Declustering::pt
double pt
Definition:
LundVariablesTool.h:15
LundVariablesTool::LundVariablesTool
LundVariablesTool(const std::string &name)
Definition:
LundVariablesTool.cxx:13
LundVariablesTool::Declustering::j2
fastjet::PseudoJet j2
Definition:
LundVariablesTool.h:14
LundVariablesTool::Declustering::z
double z
Definition:
LundVariablesTool.h:16
LundVariablesTool::Declustering::j1
fastjet::PseudoJet j1
Definition:
LundVariablesTool.h:14
JetSubStructureMomentToolsBase.h
LundVariablesTool::Declustering::pt2
double pt2
Definition:
LundVariablesTool.h:16
LundVariablesTool::Declustering::kt
double kt
Definition:
LundVariablesTool.h:16
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
LundVariablesTool::Declustering::idp2
int idp2
Definition:
LundVariablesTool.h:18
LundVariablesTool::print
void print() const override
Print the state of the tool.
Definition:
LundVariablesTool.cxx:122
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
LundVariablesTool::Declustering::pt1
double pt1
Definition:
LundVariablesTool.h:16
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
LundVariablesTool::getLundVar
static std::vector< Declustering > getLundVar(std::vector< fastjet::PseudoJet > v_jcs)
Definition:
LundVariablesTool.cxx:127
JetSubStructureMomentToolsBase
Definition:
JetSubStructureMomentToolsBase.h:18
LundVariablesTool
Definition:
LundVariablesTool.h:6
LundVariablesTool::modifyJet
int modifyJet(xAOD::Jet &injet) const override
Modify a single jet. This is obsolete and set to be removed.
Definition:
LundVariablesTool.cxx:16
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition:
IJetModifier.h:20
Generated on Tue Sep 2 2025 21:15:51 for ATLAS Offline Software by
1.8.18