CMS 3D CMS Logo

Classes | Functions
TotemRPDigi.h File Reference

Go to the source code of this file.

Classes

class  TotemRPDigi
 

Functions

bool operator< (const TotemRPDigi &one, const TotemRPDigi &other)
 

Function Documentation

◆ operator<()

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

Definition at line 27 of file TotemRPDigi.h.

References trackingPlots::other.

27  {
28  return one.stripNumber() < other.stripNumber();
29 }