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.

References a, and b.

48  {
49  return (a.pt() > b.pt());
50  }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119

◆ operator()() [2/2]

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

Definition at line 62 of file JetMETHLTOfflineSource.h.

References a, and b.

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