CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/DataFormats/FP420Digi/interface/HDigiFP420.h File Reference

Go to the source code of this file.

Classes

class  HDigiFP420

Functions

bool operator< (const HDigiFP420 &one, const HDigiFP420 &other)

Function Documentation

bool operator< ( const HDigiFP420 one,
const HDigiFP420 other 
) [inline]

Definition at line 44 of file HDigiFP420.h.

References HDigiFP420::channel().

                                                                       {
  return one.channel() < other.channel();
}