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)
 
template<class T >
bool operator() (const T &a, const T &b)
 

Detailed Description

Definition at line 43 of file QcdUeDQM.h.

Member Function Documentation

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

Definition at line 6 of file PtSorter.h.

6  {
7  return ( a.pt() > b.pt() );
8  }
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 46 of file QcdUeDQM.h.

46  {
47  return (a.pt() > b.pt());
48  }
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