![]() |
Project
|
#include <CompCluster.h>
Inherits o2::itsmft::CompCluster.
Public Member Functions | |
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 |
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 |
ClassDefNV (CompCluster, 2) | |
Additional Inherited Members | |
![]() | |
static constexpr int | NBitsRow = 9 |
static constexpr int | NBitsCol = 10 |
static constexpr int | NBitsPattID = 11 |
static constexpr unsigned short | InvalidPatternID = (0x1 << NBitsPattID) - 1 |
Extension of the compact cluster, augmented by the chipID This is a TEMPORARY class, until we converge to more economical container
Definition at line 97 of file CompCluster.h.
|
inline |
Definition at line 103 of file CompCluster.h.
o2::itsmft::CompClusterExt::ClassDefNV | ( | CompClusterExt | , |
1 | |||
) |
|
inline |
Definition at line 113 of file CompCluster.h.
|
inline |
Definition at line 114 of file CompCluster.h.
void CompClusterExt::print | ( | ) | const |
Definition at line 42 of file CompCluster.cxx.
|
inline |
Definition at line 107 of file CompCluster.h.
|
inline |
Definition at line 116 of file CompCluster.h.