CMS 3D CMS Logo

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 82 of file MatchStruct.cc.

Member Function Documentation

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

Definition at line 84 of file MatchStruct.cc.

References MatchStruct::pt.

85  {
86  return a.pt > b.pt;
87  }