Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoParticleFlow
PFRootEvent
interface
ProtoJetComparisons.h
Go to the documentation of this file.
1
#ifndef JetAlgorithms_ProtoJetComparisons_h
2
#define JetAlgorithms_ProtoJetComparisons_h
3
#include "
RecoParticleFlow/PFRootEvent/interface/ProtoJet.h
"
4
5
class
ProtoJetPtGreater
6
{
7
public
:
8
int
operator()
(
const
ProtoJet
& pj1,
const
ProtoJet
& pj2)
const
9
{
10
return
pj1.
pt
() > pj2.
pt
();
11
}
12
};
13
14
#endif
15
ProtoJetPtGreater::operator()
int operator()(const ProtoJet &pj1, const ProtoJet &pj2) const
Definition:
ProtoJetComparisons.h:8
ProtoJet
Transient Jet class used by the reconstruction algorithms.
Definition:
ProtoJet.h:25
ProtoJet::pt
double pt() const
Definition:
ProtoJet.h:75
ProtoJet.h
ProtoJetPtGreater
Definition:
ProtoJetComparisons.h:5
Generated for CMSSW Reference Manual by
1.8.5