ATLAS Offline Software
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 Fri Jan 10 2025 21:10:01 for ATLAS Offline Software by
1.8.18