CMS 3D CMS Logo

List of all members | Public Member Functions
DTDigitizer::hitLessT Struct Reference

Public Member Functions

bool operator() (const hitAndT &h1, const hitAndT &h2)
 

Detailed Description

Definition at line 67 of file DTDigitizer.h.

Member Function Documentation

◆ operator()()

bool DTDigitizer::hitLessT::operator() ( const hitAndT h1,
const hitAndT h2 
)
inline

Definition at line 68 of file DTDigitizer.h.

68  {
69  if (h1.second < h2.second)
70  return true;
71  return false;
72  }