CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
L1MuGMTExtendedCand::RankRef Class Reference

define a rank for muon candidates More...

#include <L1MuGMTExtendedCand.h>

Inheritance diagram for L1MuGMTExtendedCand::RankRef:

Public Member Functions

bool operator() (const L1MuGMTExtendedCand &first, const L1MuGMTExtendedCand &second) const
 

Detailed Description

define a rank for muon candidates

Definition at line 137 of file L1MuGMTExtendedCand.h.

Member Function Documentation

bool L1MuGMTExtendedCand::RankRef::operator() ( const L1MuGMTExtendedCand first,
const L1MuGMTExtendedCand second 
) const
inline

Definition at line 139 of file L1MuGMTExtendedCand.h.

References L1MuGMTExtendedCand::rank().

139  {
140  unsigned int rank_f = first.rank();
141  unsigned int rank_s = second.rank();
142  return rank_f > rank_s;
143  }
unsigned int rank() const
get rank