CMS 3D CMS Logo

Functions

myspace Namespace Reference

Functions

bool greaterEt (const reco::Candidate &a, const reco::Candidate &b)

Function Documentation

bool myspace::greaterEt ( const reco::Candidate a,
const reco::Candidate b 
)

Definition at line 148 of file FastL1GlobalAlgo.cc.

References reco::Candidate::et().

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