CMS 3D CMS Logo

Public Member Functions

EtGreater Class Reference

#include <JetUtil.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 13 of file JetUtil.h.


Member Function Documentation

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

Definition at line 15 of file JetUtil.h.

                                                                  {
    return (i.et() > j.et());
  }