CMS 3D CMS Logo

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  }