CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
JetPtSorter Class Reference

#include <BTagHLTOfflineSource.h>

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.

51  {
52  return ( a.pt() > b.pt() );
53  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121