CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/SiPixelRawData/interface/SiPixelRawDataError.h File Reference

#include "FWCore/Utilities/interface/typedefs.h"
#include <string>
#include <stdint.h>

Go to the source code of this file.

Classes

class  SiPixelRawDataError
 Pixel error -- collection of errors and error information. More...

Functions

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

Function Documentation

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

Definition at line 54 of file SiPixelRawDataError.h.

References SiPixelRawDataError::getFedId().

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