CMS 3D CMS Logo

Public Member Functions

matchesByDescendingPt Struct Reference

Helper structure to order MatchStruct. More...

List of all members.

Public Member Functions

bool operator() (MatchStruct a, MatchStruct b)

Detailed Description

Helper structure to order MatchStruct.

Definition at line 68 of file MatchStruct.cc.


Member Function Documentation

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

Definition at line 70 of file MatchStruct.cc.

References MatchStruct::pt.

        {     
                return a.pt > b.pt;
        }