CMS 3D CMS Logo

Public Member Functions

PtSorter Class Reference

#include <QcdUeDQM.h>

List of all members.

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

                                                                {
    return ( a.pt() > b.pt() );
  }
template<class T >
bool PtSorter::operator() ( const T a,
const T b 
) [inline]

Definition at line 6 of file PtSorter.h.

                                                                {
    return ( a.pt() > b.pt() );
  }
template<class T >
bool PtSorter::operator() ( const T a,
const T b 
) [inline]

Definition at line 60 of file JetMETHLTOfflineSource.h.

                                                                 {
     return ( a.pt() > b.pt() );
   }