CMS 3D CMS Logo

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

#include <DTSegmentCand.h>

Public Member Functions

bool operator() (const AssPoint &pt1, const AssPoint &pt2) const
 

Detailed Description

Definition at line 131 of file DTSegmentCand.h.

Member Function Documentation

bool DTSegmentCand::AssPointLessZ::operator() ( const AssPoint pt1,
const AssPoint pt2 
) const

Definition at line 197 of file DTSegmentCand.cc.

197  {
198  return *(pt1.first) < *(pt2.first);
199 }