CMS 3D CMS Logo

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 45 of file QcdUeDQM.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 48 of file QcdUeDQM.h.

48  {
49  return (a.pt() > b.pt());
50  }

References a, and b.

◆ operator()() [2/2]

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

Definition at line 64 of file JetMETHLTOfflineSource.h.

64  {
65  return (a.pt() > b.pt());
66  }

References a, and b.

b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119