![]() |
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 |
| std::string | asString () const |
| ClassDefNV (CompClusterExt, 1) | |
Public Member Functions inherited from o2::itsmft::CompCluster | |
| 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) | |
Additional Inherited Members | |
Static Public Attributes inherited from o2::itsmft::CompCluster | |
| 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 98 of file CompCluster.h.
|
inline |
Definition at line 104 of file CompCluster.h.
| std::string CompClusterExt::asString | ( | ) | const |
Definition at line 39 of file CompCluster.cxx.
| o2::itsmft::CompClusterExt::ClassDefNV | ( | CompClusterExt | , |
| 1 | |||
| ) |
|
inline |
Definition at line 114 of file CompCluster.h.
|
inline |
Definition at line 115 of file CompCluster.h.
| void CompClusterExt::print | ( | ) | const |
Definition at line 52 of file CompCluster.cxx.
|
inline |
Definition at line 108 of file CompCluster.h.
|
inline |
Definition at line 117 of file CompCluster.h.