CMS 3D CMS Logo

List of all members | Public Member Functions
BTagSkimLeptonJet::PtSorter Class Reference

Public Member Functions

template<class T >
bool operator() (const T &a, const T &b)
 

Detailed Description

Definition at line 44 of file BTagSkimLeptonJet.h.

Member Function Documentation

template<class T >
bool BTagSkimLeptonJet::PtSorter::operator() ( const T a,
const T b 
)
inline

Definition at line 46 of file BTagSkimLeptonJet.h.

46  {
47  return ( a.pt() > b.pt() );
48  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121