ATLAS Offline Software
Reconstruction
Jet
JetSubStructureUtils
JetSubStructureUtils
Pull.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 jetsubstructuremoments_pull_header
6
#define jetsubstructuremoments_pull_header
7
8
#include "
JetSubStructureUtils/SubstructureCalculator.h
"
9
10
namespace
JetSubStructureUtils
{
11
class
Pull
:
public
SubstructureCalculator
<std::map<std::string, double> > {
12
public
:
13
Pull
(
bool
useEtaInsteadOfY =
false
) :
m_useEtaInsteadOfY
(useEtaInsteadOfY) {};
14
15
using
SubstructureCalculator::result
;
16
virtual
std::map<std::string, double>
result
(
const
fastjet::PseudoJet &
jet
)
const
;
17
18
private
:
19
bool
m_useEtaInsteadOfY
;
20
};
21
}
22
23
#endif
JetSubStructureUtils
Definition:
Angularity.h:10
JetSubStructureUtils::Pull::result
virtual std::map< std::string, double > result(const fastjet::PseudoJet &jet) const
Definition:
Pull.cxx:12
JetSubStructureUtils::SubstructureCalculator::result
virtual TOut result(const xAOD::Jet &jet) const
Definition:
SubstructureCalculator.h:25
SubstructureCalculator.h
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
JetSubStructureUtils::Pull::m_useEtaInsteadOfY
bool m_useEtaInsteadOfY
Definition:
Pull.h:19
JetSubStructureUtils::Pull::Pull
Pull(bool useEtaInsteadOfY=false)
Definition:
Pull.h:13
JetSubStructureUtils::Pull
Definition:
Pull.h:11
JetSubStructureUtils::SubstructureCalculator
Definition:
SubstructureCalculator.h:21
Generated on Thu Nov 7 2024 21:24:16 for ATLAS Offline Software by
1.8.18