Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
PhotonValidator
sortPhotons
List of all members
|
Public Member Functions
PhotonValidator::sortPhotons Class Reference
Public Member Functions
bool
operator()
(const
reco::PhotonRef
&lhs, const
reco::PhotonRef
&rhs)
Detailed Description
Definition at line
635
of file
PhotonValidator.h
.
Member Function Documentation
bool PhotonValidator::sortPhotons::operator()
(
const
reco::PhotonRef
&
lhs
,
const
reco::PhotonRef
&
rhs
)
inline
Definition at line
638
of file
PhotonValidator.h
.
639
{
640
return
lhs->et() > rhs->et();
641
}
Generated for CMSSW Reference Manual by
1.8.11