CMS 3D CMS Logo

Public Member Functions

higherTwoBodyDecayPt< T > Struct Template Reference

Inheritance diagram for higherTwoBodyDecayPt< T >:
binary_function

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
struct higherTwoBodyDecayPt< T >

Definition at line 96 of file AlignmentTwoBoyDecayTrackSelector.cc.


Member Function Documentation

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

Definition at line 98 of file AlignmentTwoBoyDecayTrackSelector.cc.

  { 
    return a.first > b.first ; 
  }