CMS 3D CMS Logo

LessByPt< T > Struct Template Reference

#include <PhysicsTools/Utilities/interface/PtComparator.h>

List of all members.

Public Types

typedef T first_argument_type
typedef T second_argument_type

Public Member Functions

bool operator() (const T &t1, const T &t2) const


Detailed Description

template<typename T>
struct LessByPt< T >

Definition at line 17 of file PtComparator.h.


Member Typedef Documentation

template<typename T>
typedef T LessByPt< T >::first_argument_type

Definition at line 18 of file PtComparator.h.

template<typename T>
typedef T LessByPt< T >::second_argument_type

Definition at line 19 of file PtComparator.h.


Member Function Documentation

template<typename T>
bool LessByPt< T >::operator() ( const T &  t1,
const T &  t2 
) const [inline]

Definition at line 20 of file PtComparator.h.

00020                                                       {
00021     return t1.pt() < t2.pt();
00022   }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:27:29 2009 for CMSSW by  doxygen 1.5.4