CMS 3D CMS Logo

Public Member Functions

PtGreaterRef Class Reference

#include <HLTOniaSource.h>

List of all members.

Public Member Functions

template<typename T >
bool operator() (const T &i, const T &j)

Detailed Description

Definition at line 21 of file HLTOniaSource.h.


Member Function Documentation

template<typename T >
bool PtGreaterRef::operator() ( const T i,
const T j 
) [inline]

Definition at line 23 of file HLTOniaSource.h.

                                                                      { 
        return (i->pt() > j->pt()); 
      }