CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  CTPPSPixelDataError
 Pixel error – collection of errors. More...
 

Functions

bool operator< (const CTPPSPixelDataError &one, const CTPPSPixelDataError &other)
 Comparison operators. More...
 

Function Documentation

◆ operator<()

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

Comparison operators.

Definition at line 53 of file CTPPSPixelDataError.h.

53  {
54  return one.fedId() < other.fedId();
55 }

References SiPixelPI::one, and trackingPlots::other.

SiPixelPI::one
Definition: SiPixelPayloadInspectorHelper.h:39
trackingPlots.other
other
Definition: trackingPlots.py:1467