CMS 3D CMS Logo

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

Helper structure to order MatchStruct. More...

Public Member Functions

bool operator() (MatchStruct a, MatchStruct b)
 

Detailed Description

Helper structure to order MatchStruct.

Definition at line 66 of file MatchStruct.cc.

Member Function Documentation

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

Definition at line 68 of file MatchStruct.cc.

References MatchStruct::pt.

69  {
70  return a.pt > b.pt;
71  }