CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
AlignmentMuonSelector::ComparePt Struct Reference

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

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 50 of file AlignmentMuonSelector.h.

Member Function Documentation

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

Definition at line 51 of file AlignmentMuonSelector.h.

References reco::LeafCandidate::pt().

51 { return t1->pt() > t2->pt(); }
double pt() const final
transverse momentum