CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 53 of file CTPPSPixelDataError.h.

References CTPPSPixelDataError::fedId().

53  {
54  return one.fedId() < other.fedId();
55 }
int fedId() const
the fedId where the error occured