![]() |
![]() |
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) |
Definition at line 19 of file HLTEgammaDoubleEtFilter.cc.
bool EgammaHLTEtSortCriterium::operator() | ( | edm::Ref< reco::RecoEcalCandidateCollection > | lhs, |
edm::Ref< reco::RecoEcalCandidateCollection > | rhs | ||
) | [inline] |
Definition at line 21 of file HLTEgammaDoubleEtFilter.cc.
{
return lhs->et() > rhs->et();
}
bool EgammaHLTEtSortCriterium::operator() | ( | edm::Ref< reco::RecoEcalCandidateCollection > | lhs, |
edm::Ref< reco::RecoEcalCandidateCollection > | rhs | ||
) | [inline] |
Definition at line 21 of file HLTEgammaDoubleEtPhiFilter.cc.
{
return lhs->et() > rhs->et();
}