CMS 3D CMS Logo

Public Member Functions | Private Attributes

StripKeys Class Reference

#include <ClusterShapeHitFilter.h>

List of all members.

Public Member Functions

bool operator< (const StripKeys &right) const
 StripKeys (int width)

Private Attributes

unsigned int key1

Detailed Description

Definition at line 39 of file ClusterShapeHitFilter.h.


Constructor & Destructor Documentation

StripKeys::StripKeys ( int  width) [inline]

Definition at line 42 of file ClusterShapeHitFilter.h.

: key1(width) { }

Member Function Documentation

bool StripKeys::operator< ( const StripKeys right) const [inline]

Definition at line 44 of file ClusterShapeHitFilter.h.

References key1.

  { 
    if(key1 < right.key1) return true;
                     else return false;
  }

Member Data Documentation

unsigned int StripKeys::key1 [private]

Definition at line 51 of file ClusterShapeHitFilter.h.

Referenced by operator<().