ATLAS Offline Software
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 
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 
20  virtual double result(const fastjet::PseudoJet &jet) const {
22  };
23 
24  virtual std::string description() const{
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: RCJet.h:49
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