CMS 3D CMS Logo

AlignmentMuonSelector::ComparePt Struct Reference

compare two muons in pt (used by theNHighestPtMuons) More...

List of all members.

Public Member Functions

bool operator() (const reco::Muon *t1, const reco::Muon *t2) const


Detailed Description

compare two muons in pt (used by theNHighestPtMuons)

Definition at line 52 of file AlignmentMuonSelector.h.


Member Function Documentation

bool AlignmentMuonSelector::ComparePt::operator() ( const reco::Muon t1,
const reco::Muon t2 
) const [inline]

Definition at line 53 of file AlignmentMuonSelector.h.

References reco::Particle::pt().

00053                                                                     {
00054       return t1->pt()> t2->pt();
00055     }


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