CMS 3D CMS Logo

Public Member Functions

JetPtSorter Class Reference

#include <BTagHLTOfflineSource.h>

List of all members.

Public Member Functions

template<class T >
bool operator() (const T &a, const T &b)

Detailed Description

Definition at line 49 of file BTagHLTOfflineSource.h.


Member Function Documentation

template<class T >
bool JetPtSorter::operator() ( const T a,
const T b 
) [inline]

Definition at line 51 of file BTagHLTOfflineSource.h.

                                                                {
    return ( a.pt() > b.pt() );
  }