CMS 3D CMS Logo

Public Member Functions

DTSegmentCand::AssPointLessZ Struct Reference

#include <DTSegmentCand.h>

Inheritance diagram for DTSegmentCand::AssPointLessZ:
binary_function

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 130 of file DTSegmentCand.h.


Member Function Documentation

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

Definition at line 218 of file DTSegmentCand.cc.

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