CMS 3D CMS Logo

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

◆ operator()()

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 }

References HLT_FULL_cff::pt1, and HLT_FULL_cff::pt2.

HLT_FULL_cff.pt1
pt1
Definition: HLT_FULL_cff.py:9870
HLT_FULL_cff.pt2
pt2
Definition: HLT_FULL_cff.py:9872