CMS 3D CMS Logo

Public Member Functions

L1MuGMTExtendedCand::RankRef Class Reference

define a rank for muon candidates More...

#include <L1MuGMTExtendedCand.h>

Inheritance diagram for L1MuGMTExtendedCand::RankRef:
binary_function

List of all members.

Public Member Functions

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

Detailed Description

define a rank for muon candidates

Definition at line 139 of file L1MuGMTExtendedCand.h.


Member Function Documentation

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

Definition at line 141 of file L1MuGMTExtendedCand.h.

References L1MuGMTExtendedCand::rank().

                                                                                                     {
          unsigned int rank_f = first.rank();
          unsigned int rank_s = second.rank();
          return rank_f > rank_s;
        }