CMS 3D CMS Logo

ProtoJetPtGreater Class Reference

#include <RecoJets/JetAlgorithms/interface/ProtoJetComparisons.h>

List of all members.

Public Member Functions

int operator() (const ProtoJet &pj1, const ProtoJet &pj2) const


Detailed Description

Definition at line 5 of file ProtoJetComparisons.h.


Member Function Documentation

int ProtoJetPtGreater::operator() ( const ProtoJet pj1,
const ProtoJet pj2 
) const [inline]

Definition at line 8 of file ProtoJetComparisons.h.

References ProtoJet::pt().

00009   {
00010     return pj1.pt() > pj2.pt();
00011   }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:30:20 2009 for CMSSW by  doxygen 1.5.4