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 104 of file HLTMuonPlotter.h.

Member Function Documentation

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

Definition at line 105 of file HLTMuonPlotter.h.

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

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