CMS 3D CMS Logo

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

#include <QcdUeDQM.h>

Public Member Functions

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

Detailed Description

Definition at line 46 of file QcdUeDQM.h.

Member Function Documentation

template<class T >
bool PtSorter::operator() ( const T a,
const T b 
)
inline

Definition at line 49 of file QcdUeDQM.h.

49  {
50  return (a.pt() > b.pt());
51  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
bool PtSorter::operator() ( const T a,
const T b 
)
inline

Definition at line 62 of file JetMETHLTOfflineSource.h.

62  {
63  return ( a.pt() > b.pt() );
64  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121