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

Member Function Documentation

◆ operator()()

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

Definition at line 59 of file MatchStruct.cc.

59 { return a.pt > b.pt; }

References a, and b.

b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119