CMS 3D CMS Logo

List of all members | Public Member Functions
reco::helper::SortBySecond Struct Reference

Public Member Functions

bool operator() (const MatchPair &p1, const MatchPair &p2) const
 

Detailed Description

Definition at line 58 of file CandOneToManyDeltaRMatcher.cc.

Member Function Documentation

bool reco::helper::SortBySecond::operator() ( const MatchPair p1,
const MatchPair p2 
) const
inline

Definition at line 59 of file CandOneToManyDeltaRMatcher.cc.

59  {
60  return p1.second < p2.second;
61  }
double p2[4]
Definition: TauolaWrapper.h:90
double p1[4]
Definition: TauolaWrapper.h:89