Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
List of all members
|
Public Member Functions
GreaterByPtCandPtr Struct Reference
Public Member Functions
bool
operator()
(const
edm::Ptr
<
reco::Candidate
> &t1, const
edm::Ptr
<
reco::Candidate
> &t2) const
Detailed Description
Definition at line
3
of file
CATopJetHelper.cc
.
Member Function Documentation
bool GreaterByPtCandPtr::operator()
(
const
edm::Ptr
<
reco::Candidate
> &
t1
,
const
edm::Ptr
<
reco::Candidate
> &
t2
)
const
inline
Definition at line
4
of file
CATopJetHelper.cc
.
4
{
5
return
t1->pt() > t2->pt();
6
}
Generated for CMSSW Reference Manual by
1.8.5