CMS 3D CMS Logo

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

Public Member Functions

bool operator() (MatchStruct a, MatchStruct b)
 

Detailed Description

Definition at line 89 of file MatchStruct.cc.

Member Function Documentation

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

Definition at line 91 of file MatchStruct.cc.

References MatchStruct::bTag.

92  {
93  return a.bTag > b.bTag;
94  }