CMS 3D CMS Logo

Public Member Functions

HLTMuonPlotter::matchesByDescendingPt Struct Reference

List of all members.

Public Member Functions

bool operator() (MatchStruct a, MatchStruct b)

Detailed Description

Definition at line 90 of file HLTMuonPlotter.h.


Member Function Documentation

bool HLTMuonPlotter::matchesByDescendingPt::operator() ( MatchStruct  a,
MatchStruct  b 
) [inline]

Definition at line 91 of file HLTMuonPlotter.h.

References HLTMuonPlotter::MatchStruct::candBase, and reco::Candidate::pt().

                                                   {
      return a.candBase->pt() > b.candBase->pt();
    }