CMS 3D CMS Logo

GetPtGreater Class Reference

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

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 43 of file HLTJets.h.


Member Function Documentation

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

Definition at line 45 of file HLTJets.h.

00045                                                                   {
00046     return (i.getPt() > j.getPt());
00047   }


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