CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
ClusterFP420.h File Reference
#include <vector>

Go to the source code of this file.

Classes

class  ClusterFP420
 

Functions

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

Function Documentation

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

Definition at line 52 of file ClusterFP420.h.

References ClusterFP420::firstStrip(), and ClusterFP420::globalId().

52  {
53  if(one.globalId() == other.globalId()) {
54  return one.firstStrip() < other.firstStrip();
55  }
56  return one.globalId() < other.globalId();
57 }
short firstStrip() const
Definition: ClusterFP420.h:21
unsigned int globalId() const
Definition: ClusterFP420.h:24