Public Member Functions | |
bool | operator() (const edm::Ptr< reco::Candidate > &t1, const edm::Ptr< reco::Candidate > &t2) const |
Definition at line 4 of file CATopJetHelper.cc.
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.
{
return t1->pt() > t2->pt();
}