CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
higherTwoBodyDecayPt< T > Struct Template Reference
Inheritance diagram for higherTwoBodyDecayPt< T >:

Public Member Functions

bool operator() (const T &a, const T &b)
 

Detailed Description

template<class T>
struct higherTwoBodyDecayPt< T >

Definition at line 99 of file AlignmentTwoBoyDecayTrackSelector.cc.

Member Function Documentation

template<class T >
bool higherTwoBodyDecayPt< T >::operator() ( const T a,
const T b 
)
inline

Definition at line 101 of file AlignmentTwoBoyDecayTrackSelector.cc.

102  {
103  return a.first > b.first ;
104  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121