CMS 3D CMS Logo

List of all members | Public Member Functions
GreaterByPtCandPtrUser Struct Reference

#include <HLTCATopTagFilter.h>

Public Member Functions

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

Detailed Description

Definition at line 35 of file HLTCATopTagFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 36 of file HLTCATopTagFilter.h.

References RandomServiceHelper::t1, and RandomServiceHelper::t2.

36  {
37  return t1->pt() > t2->pt();
38  }