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::modulesNew::helper::SortBySecond Struct Reference

#include <NewMatcher.h>

Public Member Functions

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

Detailed Description

Definition at line 49 of file NewMatcher.h.

Member Function Documentation

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

Definition at line 50 of file NewMatcher.h.

50  {
51  return p1.second < p2.second;
52  }
double p2[4]
Definition: TauolaWrapper.h:90
double p1[4]
Definition: TauolaWrapper.h:89