CMS 3D CMS Logo

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

#include <AlignmentSorter.h>

Inheritance diagram for lessIdAlignmentPair< T >:

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.

30  {
31  return a.first < b.first;
32  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121