CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PtSorter.h
Go to the documentation of this file.
1 #ifndef PtSorter_h
2 #define PtSorter_h
3 
4 class PtSorter {
5 public:
6  template <class T> bool operator() ( const T& a, const T& b ) {
7  return ( a.pt() > b.pt() );
8  }
9 };
10 
11 
12 
13 
14 
15 #endif
bool operator()(const T &a, const T &b)
Definition: QcdUeDQM.h:49
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
long double T