#include <SusyDQM.h>
List of all members.
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) |
template<typename T > |
bool | operator() (const T &i, const T &j) |
Detailed Description
Definition at line 43 of file SusyDQM.h.
Member Function Documentation
template<typename T >
bool PtGreater::operator() |
( |
const T & |
i, |
|
|
const T & |
j |
|
) |
| [inline] |
Definition at line 45 of file SusyDQM.h.
{
return (i.pt() > j.pt());
}
template<typename T >
bool PtGreater::operator() |
( |
const T & |
i, |
|
|
const T & |
j |
|
) |
| [inline] |
Definition at line 13 of file JetUtil.h.
{
return (i.pt() > j.pt());
}
template<typename T >
bool PtGreater::operator() |
( |
const T & |
i, |
|
|
const T & |
j |
|
) |
| [inline] |
Definition at line 8 of file JetUtil.h.
{
return (i.pt() > j.pt());
}