CMS 3D CMS Logo

List of all members | Public Member Functions
SortCandByDecreasingPt Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 94 of file HiggsDQM.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 95 of file HiggsDQM.cc.

References alignmentValidation::c1, and reco::Candidate::pt().

95 { return c1.pt() > c2.pt(); }
virtual double pt() const =0
transverse momentum