CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
GreaterByPtRef< T > Class Template Reference

#include <JetAlgoHelper.h>

Public Member Functions

int operator() (const T &a1, const T &a2)
 
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.

77  {
78  if (!a1) return 0;
79  if (!a2) return 1;
81  return comp.operator () (*a1, *a2);
82  }
template<class T >
int GreaterByPtRef< T >::operator() ( const T a1,
const T a2 
)
inline

Definition at line 77 of file JetAlgoHelper.h.

77  {
78  if (!a1) return 0;
79  if (!a2) return 1;
81  return comp.operator () (*a1, *a2);
82  }