CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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().

54  {
55  return one.getFedId() < other.getFedId();
56 }