CMS 3D CMS Logo

PtGreater Class Reference

#include <HLTrigger/HLTanalyzers/interface/JetUtil.h>

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 6 of file JetUtil.h.


Member Function Documentation

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

Definition at line 13 of file JetUtil.h.

00013                                                                   {
00014     return (i.pt() > j.pt());
00015   }

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

Definition at line 8 of file JetUtilMC.h.

00008                                                                   {
00009     return (i.pt() > j.pt());
00010   }

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

Definition at line 8 of file JetUtil.h.

00008                                                                   {
00009     return (i.pt() > j.pt());
00010   }


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