CMS 3D CMS Logo

List of all members | Public Member Functions
matchesByDescendingPt Struct Reference

Helper structure to order MatchStruct. More...

#include <MatchStruct.h>

Public Member Functions

bool operator() (MatchStruct a, MatchStruct b)
 

Detailed Description

Helper structure to order MatchStruct.

Definition at line 58 of file MatchStruct.h.

Member Function Documentation

◆ operator()()

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

Definition at line 59 of file MatchStruct.h.

References a, and b.

59 { return a.pt > b.pt; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121