CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
reco::modules::helper::SortBySecond Struct Reference

#include <Matcher.h>

Public Member Functions

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

Detailed Description

Definition at line 68 of file Matcher.h.

Member Function Documentation

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

Definition at line 69 of file Matcher.h.

69  {
70  return p1.second < p2.second;
71  }
double p2[4]
Definition: TauolaWrapper.h:90
double p1[4]
Definition: TauolaWrapper.h:89