CMS 3D CMS Logo

GreaterByPtRef< T > Class Template Reference

#include <RecoJets/JetAlgorithms/interface/JetAlgoHelper.h>

List of all members.

Public Member Functions

int operator() (const T &a1, const T &a2)


Detailed Description

template<class T>
class GreaterByPtRef< T >

Definition at line 75 of file JetAlgoHelper.h.


Member Function Documentation

template<class T>
int GreaterByPtRef< T >::operator() ( const T &  a1,
const T &  a2 
) [inline]

Definition at line 77 of file JetAlgoHelper.h.

00077                                            {
00078     if (!a1) return 0;
00079     if (!a2) return 1;
00080     NumericSafeGreaterByPt <typename T::value_type> comp;
00081     return comp.operator () (*a1, *a2);
00082   }


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