CMS 3D CMS Logo

List of all members | Public Member Functions
EtGreater Class Reference

#include <JetUtil.h>

Public Member Functions

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

Detailed Description

Definition at line 15 of file JetUtil.h.

Member Function Documentation

◆ operator()()

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

Definition at line 18 of file JetUtil.h.

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

18  {
19  return (i.et() > j.et());
20  }