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

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

Comparison operators.

Definition at line 57 of file CTPPSPixelDataError.h.

References CTPPSPixelDataError::fedId().

57  {
58  return one.fedId() < other.fedId();
59 }
int fedId() const
the fedId where the error occured