CMS 3D CMS Logo

BasicJetSort Class Reference

List of all members.

Public Member Functions

bool operator() (const BasicJet &a, const BasicJet &b)


Detailed Description

Definition at line 22 of file AnalysisRootpleProducer.cc.


Member Function Documentation

bool BasicJetSort::operator() ( const BasicJet a,
const BasicJet b 
) [inline]

Definition at line 24 of file AnalysisRootpleProducer.cc.

References reco::Particle::pt().

00024                                                         {
00025     return a.pt() > b.pt();
00026   }


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