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 61 of file DTDigitizer.h.

Member Function Documentation

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

Definition at line 62 of file DTDigitizer.h.

References alpha, hfClusterShapes_cfi::hits, SiStripPI::mean, and convertSQLitetoXML_cfg::output.

62  {
63  if (h1.second < h2.second)
64  return true;
65  return false;
66  }