CMS 3D CMS Logo

Public Member Functions

SortCandByDecreasingPt Struct Reference

List of all members.

Public Member Functions

bool operator() (const Candidate &c1, const Candidate &c2) const

Detailed Description

Definition at line 101 of file HiggsDQM.cc.


Member Function Documentation

bool SortCandByDecreasingPt::operator() ( const Candidate c1,
const Candidate c2 
) const [inline]

Definition at line 102 of file HiggsDQM.cc.

References reco::Candidate::pt().

                                                                   {
    return c1.pt() > c2.pt();
  }