Loading [MathJax]/jax/output/SVG/config.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Reconstruction
Jet
JetSubStructureMomentTools
JetSubStructureMomentTools
VolatilityTool.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_volatilitytool_header
6
#define jetsubstructuremomenttools_volatilitytool_header
7
8
#include "
JetSubStructureMomentTools/JetSubStructureMomentToolsBase.h
"
9
10
class
VolatilityTool
:
11
public
JetSubStructureMomentToolsBase
{
12
ASG_TOOL_CLASS
(
VolatilityTool
,
IJetModifier
)
13
14
public
:
15
// Constructor and destructor
16
VolatilityTool
(
const
std::string&
name
);
17
18
int
modifyJet
(
xAOD::Jet
&
jet
)
const
;
19
20
private
:
21
unsigned
int
m_num_iterations
;
22
double
m_zcut
,
m_dcut_fctr
,
m_exp_min
,
m_exp_max
,
m_rigidity
,
m_truncation_fctr
;
23
};
24
25
26
#endif
VolatilityTool
Definition:
VolatilityTool.h:11
VolatilityTool::VolatilityTool
VolatilityTool(const std::string &name)
Definition:
VolatilityTool.cxx:8
VolatilityTool::m_exp_min
double m_exp_min
Definition:
VolatilityTool.h:22
VolatilityTool::m_exp_max
double m_exp_max
Definition:
VolatilityTool.h:22
VolatilityTool::m_truncation_fctr
double m_truncation_fctr
Definition:
VolatilityTool.h:22
VolatilityTool::m_rigidity
double m_rigidity
Definition:
VolatilityTool.h:22
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
JetSubStructureMomentToolsBase.h
VolatilityTool::modifyJet
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Definition:
VolatilityTool.cxx:20
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
VolatilityTool::m_num_iterations
unsigned int m_num_iterations
Definition:
VolatilityTool.h:21
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
VolatilityTool::m_dcut_fctr
double m_dcut_fctr
Definition:
VolatilityTool.h:22
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
VolatilityTool::m_zcut
double m_zcut
Definition:
VolatilityTool.h:22
Generated on Sun May 11 2025 21:22:16 for ATLAS Offline Software by
1.8.18