CMS 3D CMS Logo

GreaterPt Class Reference

List of all members.

Public Member Functions

bool operator() (const math::XYZTLorentzVector &a, const math::XYZTLorentzVector &b)
bool operator() (const math::XYZTLorentzVector &a, const math::XYZTLorentzVector &b)


Detailed Description

Definition at line 8 of file AnalysisRootpleProducer.cc.


Member Function Documentation

bool GreaterPt::operator() ( const math::XYZTLorentzVector a,
const math::XYZTLorentzVector b 
) [inline]

Definition at line 11 of file AnalysisRootpleProducerOnlyMC.cc.

00012   {
00013     return a.pt() > b.pt();
00014   }

bool GreaterPt::operator() ( const math::XYZTLorentzVector a,
const math::XYZTLorentzVector b 
) [inline]

Definition at line 10 of file AnalysisRootpleProducer.cc.

00010                                                                                    {
00011     return a.pt() > b.pt();
00012   }


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