CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
 
bool operator() (const edm::Ptr< reco::Candidate > &t1, const edm::Ptr< reco::Candidate > &t2) const
 

Detailed Description

Definition at line 44 of file HLTCATopTagFilter.h.

Member Function Documentation

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

Definition at line 42 of file HLTCAWZTagFilter.h.

42  {
43  return t1->pt() > t2->pt();
44  }
bool GreaterByPtCandPtrUser::operator() ( const edm::Ptr< reco::Candidate > &  t1,
const edm::Ptr< reco::Candidate > &  t2 
) const
inline

Definition at line 45 of file HLTCATopTagFilter.h.

45  {
46  return t1->pt() > t2->pt();
47  }