CMS 3D CMS Logo

L1MuGMTExtendedCand::Rank Class Reference

define a rank for muon candidates More...

#include <DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTExtendedCand.h>

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 129 of file L1MuGMTExtendedCand.h.


Member Function Documentation

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

Definition at line 131 of file L1MuGMTExtendedCand.h.

References L1MuGMTExtendedCand::rank().

00131                                                                                                      {
00132           unsigned int rank_f = (first) ? first->rank(): 0;
00133           unsigned int rank_s = (second) ? second->rank() : 0;
00134           return rank_f > rank_s;
00135         }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:26:54 2009 for CMSSW by  doxygen 1.5.4