CMS 3D CMS Logo

CaloJetSort Class Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 29 of file AnalysisRootpleProducer.cc.


Member Function Documentation

bool CaloJetSort::operator() ( const CaloJet a,
const CaloJet b 
) [inline]

Definition at line 31 of file AnalysisRootpleProducer.cc.

References reco::Particle::pt().

00031                                                       {
00032     return a.pt() > b.pt();
00033   }


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