CMS 3D CMS Logo

Public Member Functions

BTagSkimLeptonJet::PtSorter Class Reference

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 46 of file BTagSkimLeptonJet.h.


Member Function Documentation

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

Definition at line 48 of file BTagSkimLeptonJet.h.

                                                                {
    return ( a.pt() > b.pt() );
  }