CMS 3D CMS Logo

List of all members | Public Member Functions
GreaterByPtCandPtr Struct Reference

Public Member Functions

bool operator() (const edm::Ptr< reco::Candidate > &t1, const edm::Ptr< reco::Candidate > &t2) const
 

Detailed Description

Definition at line 4 of file CATopJetHelper.cc.

Member Function Documentation

bool GreaterByPtCandPtr::operator() ( const edm::Ptr< reco::Candidate > &  t1,
const edm::Ptr< reco::Candidate > &  t2 
) const
inline

Definition at line 5 of file CATopJetHelper.cc.

References reco::Candidate::pt().

5  {
6  return t1->pt() > t2->pt();
7  }
virtual double pt() const =0
transverse momentum