CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
TTUTrackingAlg::SortByLayer Struct Reference

Public Member Functions

bool operator() (const Seed *a, const Seed *b)
 

Detailed Description

Definition at line 176 of file TTUTrackingAlg.h.

Member Function Documentation

bool TTUTrackingAlg::SortByLayer::operator() ( const Seed a,
const Seed b 
)
inline

Definition at line 177 of file TTUTrackingAlg.h.

178  {
179  return ((*a).m_stationId <= (*b).m_stationId );
180 
181  }