CMS 3D CMS Logo

Public Member Functions

lessIdAlignmentPair< T > Struct Template Reference

#include <AlignmentSorter.h>

Inheritance diagram for lessIdAlignmentPair< T >:
binary_function

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
struct lessIdAlignmentPair< T >

A struct to sort pairs of DetId and whatever by increasing DetId

Definition at line 26 of file AlignmentSorter.h.


Member Function Documentation

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

Definition at line 29 of file AlignmentSorter.h.

  { 
    return a.first < b.first; 
  }