CMS 3D CMS Logo

Public Member Functions

reco::tau::SortPFCandsDescendingPt Class Reference

#include <RecoTauCommonUtilities.h>

List of all members.

Public Member Functions

bool operator() (const PFCandidatePtr &a, const PFCandidatePtr &b) const

Detailed Description

Definition at line 30 of file RecoTauCommonUtilities.h.


Member Function Documentation

bool reco::tau::SortPFCandsDescendingPt::operator() ( const PFCandidatePtr a,
const PFCandidatePtr b 
) const [inline]

Definition at line 32 of file RecoTauCommonUtilities.h.

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