CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ProtoJetComparisons.h
Go to the documentation of this file.
1 #ifndef JetAlgorithms_ProtoJetComparisons_h
2 #define JetAlgorithms_ProtoJetComparisons_h
4 
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 
int operator()(const ProtoJet &pj1, const ProtoJet &pj2) const
Transient Jet class used by the reconstruction algorithms.
Definition: ProtoJet.h:25
double pt() const
Definition: ProtoJet.h:75