CMS 3D CMS Logo

L1MuGMTExtendedCand::RankRef 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 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().

00141                                                                                                      {
00142           unsigned int rank_f = first.rank();
00143           unsigned int rank_s = second.rank();
00144           return rank_f > rank_s;
00145         }


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