CMS 3D CMS Logo

EgammaHLTEtSortCriterium Class Reference

List of all members.

Public Member Functions

bool operator() (edm::Ref< reco::RecoEcalCandidateCollection > lhs, edm::Ref< reco::RecoEcalCandidateCollection > rhs)
bool operator() (edm::Ref< reco::RecoEcalCandidateCollection > lhs, edm::Ref< reco::RecoEcalCandidateCollection > rhs)


Detailed Description

Definition at line 19 of file HLTEgammaDoubleEtFilter.cc.


Member Function Documentation

bool EgammaHLTEtSortCriterium::operator() ( edm::Ref< reco::RecoEcalCandidateCollection lhs,
edm::Ref< reco::RecoEcalCandidateCollection rhs 
) [inline]

Definition at line 21 of file HLTEgammaDoubleEtPhiFilter.cc.

00021                                                                                                              {
00022     return lhs->et() > rhs->et();
00023   }

bool EgammaHLTEtSortCriterium::operator() ( edm::Ref< reco::RecoEcalCandidateCollection lhs,
edm::Ref< reco::RecoEcalCandidateCollection rhs 
) [inline]

Definition at line 21 of file HLTEgammaDoubleEtFilter.cc.

00021                                                                                                             {
00022     return lhs->et() > rhs->et();
00023   }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:20:10 2009 for CMSSW by  doxygen 1.5.4