CMS 3D CMS Logo

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

Public Member Functions

bool operator() (MatchStruct a, MatchStruct b)
 

Detailed Description

Definition at line 99 of file HLTMuonPlotter.h.

Member Function Documentation

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

Definition at line 100 of file HLTMuonPlotter.h.

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

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