|
| CompClusterExt (UShort_t row=0, UShort_t col=0, UShort_t patt=0, UShort_t chipID=0) |
|
void | set (UShort_t row, UShort_t col, UShort_t patt, UShort_t chipID) |
|
UShort_t | getChipID () const |
|
UShort_t | getSensorID () const |
|
void | setChipID (UShort_t c) |
|
void | print () const |
|
std::string | asString () const |
|
| ClassDefNV (CompClusterExt, 1) |
|
| CompCluster (UShort_t row=0, UShort_t col=0, UShort_t patt=0) |
|
void | set (UShort_t row, UShort_t col, UShort_t patt) |
|
UShort_t | getRow () const |
|
UShort_t | getCol () const |
|
UShort_t | getPatternID () const |
|
bool | getFlag () const |
|
void | setRow (UShort_t r) |
|
void | setCol (UShort_t c) |
|
void | setPatternID (UShort_t p) |
|
void | setFlag (bool v) |
|
bool | operator== (const CompCluster &cl) const |
|
void | print () const |
|
std::string | asString () const |
|
| ClassDefNV (CompCluster, 2) |
|
Extension of the compact cluster, augmented by the chipID This is a TEMPORARY class, until we converge to more economical container
Definition at line 98 of file CompCluster.h.