#include <ClusterShapeHitFilter.h>
Public Member Functions | |
bool | isValid () const |
operator unsigned int () const | |
bool | operator< (const StripKeys &right) const |
StripKeys (int width) | |
Static Public Attributes | |
static const int | N = 40 |
Private Attributes | |
unsigned char | key |
Definition at line 57 of file ClusterShapeHitFilter.h.
StripKeys::StripKeys | ( | int | width | ) | [inline] |
bool StripKeys::isValid | ( | void | ) | const [inline] |
Definition at line 67 of file ClusterShapeHitFilter.h.
Referenced by ClusterShapeHitFilter::isCompatible().
StripKeys::operator unsigned int | ( | ) | const [inline] |
bool StripKeys::operator< | ( | const StripKeys & | right | ) | const [inline] |
unsigned char StripKeys::key [private] |
Definition at line 75 of file ClusterShapeHitFilter.h.
Referenced by isValid(), operator unsigned int(), and operator<().
const int StripKeys::N = 40 [static] |
Definition at line 61 of file ClusterShapeHitFilter.h.
Referenced by isValid().