CMS 3D CMS Logo

Classes | Functions
SiPixelRawDataError.h File Reference
#include "FWCore/Utilities/interface/typedefs.h"
#include <string>
#include <cstdint>

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

◆ operator<()

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

Definition at line 55 of file SiPixelRawDataError.h.

References trackingPlots::other.

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