CMS 3D CMS Logo

GenJetSort Class Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 15 of file AnalysisRootpleProducer.cc.


Member Function Documentation

bool GenJetSort::operator() ( const GenJet a,
const GenJet b 
) [inline]

Definition at line 20 of file AnalysisRootpleProducerOnlyMC.cc.

References reco::Particle::pt().

00021   {
00022     return a.pt() > b.pt();
00023   }

bool GenJetSort::operator() ( const GenJet a,
const GenJet b 
) [inline]

Definition at line 17 of file AnalysisRootpleProducer.cc.

References reco::Particle::pt().

00017                                                     {
00018     return a.pt() > b.pt();
00019   }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:21:13 2009 for CMSSW by  doxygen 1.5.4