CMS 3D CMS Logo

List of all members | Public Member Functions
PtGreater Class Reference

#include <SusyDQM.h>

Public Member Functions

template<typename T >
bool operator() (const T &i, const T &j)
 
template<typename T >
bool operator() (const T &i, const T &j)
 

Detailed Description

Definition at line 42 of file SusyDQM.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
bool PtGreater::operator() ( const T i,
const T j 
)
inline

Definition at line 10 of file JetUtil.h.

References mps_fire::i, and dqmiolumiharvest::j.

10  {
11  return (i.pt() > j.pt());
12  }

◆ operator()() [2/2]

template<typename T >
bool PtGreater::operator() ( const T i,
const T j 
)
inline

Definition at line 45 of file SusyDQM.h.

References mps_fire::i, and dqmiolumiharvest::j.

45  {
46  return (i.pt() > j.pt());
47  }