Loading [MathJax]/extensions/tex2jax.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
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
JetSubStructureUtils
JetSubStructureUtils
EnergyCorrelator.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef jetsubstructureutils_energycorrelator_header
6
#define jetsubstructureutils_energycorrelator_header
7
8
#include "
JetSubStructureUtils/SubstructureCalculator.h
"
9
#include "fastjet/contrib/EnergyCorrelator.hh"
10
11
namespace
JetSubStructureUtils
{
12
13
class
EnergyCorrelator
:
public
SubstructureCalculator
<double>,
14
public
fastjet::contrib::EnergyCorrelator {
15
public
:
16
EnergyCorrelator
(
int
N
,
double
beta
, Measure measure = pt_R,
Strategy
strategy
= storage_array) :
17
fastjet
::contrib::
EnergyCorrelator
(
N
,
beta
, measure,
strategy
) {};
18
19
using
SubstructureCalculator::result
;
20
virtual
double
result
(
const
fastjet::PseudoJet &
jet
)
const
{
21
return
fastjet::contrib::EnergyCorrelator::result
(
jet
);
22
};
23
24
virtual
std::string
description
()
const
{
25
return
fastjet::contrib::EnergyCorrelator::description
();
26
};
27
};
28
}
29
30
#endif
xAOD::strategy
strategy
Definition:
L2CombinedMuon_v1.cxx:107
get_generator_info.result
result
Definition:
get_generator_info.py:21
fastjet
Definition:
FastJetLinkBase.h:22
JetSubStructureUtils::EnergyCorrelator::result
virtual double result(const fastjet::PseudoJet &jet) const
Definition:
EnergyCorrelator.h:20
Trig::MatchingStrategy::Strategy
Strategy
Definition:
MatchingImplementation.h:26
JetSubStructureUtils::EnergyCorrelator
Definition:
EnergyCorrelator.h:14
JetTiledMap::N
@ N
Definition:
TiledEtaPhiMap.h:44
JetSubStructureUtils
Definition:
Angularity.h:10
JetSubStructureUtils::SubstructureCalculator::result
virtual TOut result(const xAOD::Jet &jet) const
Definition:
SubstructureCalculator.h:25
SubstructureCalculator.h
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
JetSubStructureUtils::EnergyCorrelator::description
virtual std::string description() const
Definition:
EnergyCorrelator.h:24
MuonParameters::beta
@ beta
Definition:
MuonParamDefs.h:144
description
std::string description
glabal timer - how long have I taken so far?
Definition:
hcg.cxx:88
JetSubStructureUtils::SubstructureCalculator
Definition:
SubstructureCalculator.h:21
JetSubStructureUtils::EnergyCorrelator::EnergyCorrelator
EnergyCorrelator(int N, double beta, Measure measure=pt_R, Strategy strategy=storage_array)
Definition:
EnergyCorrelator.h:16
Generated on Thu Apr 3 2025 21:10:26 for ATLAS Offline Software by
1.8.18