![]() |
Belle II Software development
|
Type for found clusters. More...
#include <Clusterizend.h>
Public Member Functions | |
void | appendCell (const cell_index &newClusterCell) |
Add a track-space cell to the cluster. | |
void | addHitToCluster (unsigned short hit) |
Relate a hit to the cluster. | |
void | setPeakCell (const cell_index &peakCell) |
Set the peak index (found as the section peak) of the cluster. | |
void | setPeakWeight (const unsigned int peakWeight) |
Set the weight of the peak cluster cell. | |
std::vector< cell_index > | getCells () const |
Get member cells in the cluster. | |
std::vector< unsigned short > | getClusterHits () const |
Get the TS hits added to this cluster. | |
cell_index | getPeakCell () const |
Get the peak index (found as the section peak) from the cluster. | |
unsigned int | getPeakWeight () const |
Get the weight of the peak cluster cell. | |
Private Attributes | |
std::vector< cell_index > | m_clusterCells |
Cluster member cells. | |
std::vector< unsigned short > | m_clusterHits |
Cluster related hits ids. | |
cell_index | m_clusterPeakCell {{0, 0, 0}} |
Peak index (found as the section maximum) | |
unsigned int | m_clusterPeakWeight {0} |
Weight of the peak index. | |
Type for found clusters.
Definition at line 35 of file Clusterizend.h.
|
inline |
Relate a hit to the cluster.
Definition at line 43 of file Clusterizend.h.
|
inline |
Add a track-space cell to the cluster.
Definition at line 41 of file Clusterizend.h.
|
inline |
Get member cells in the cluster.
Definition at line 51 of file Clusterizend.h.
|
inline |
Get the TS hits added to this cluster.
Definition at line 53 of file Clusterizend.h.
|
inline |
Get the peak index (found as the section peak) from the cluster.
Definition at line 55 of file Clusterizend.h.
|
inline |
Get the weight of the peak cluster cell.
Definition at line 57 of file Clusterizend.h.
|
inline |
Set the peak index (found as the section peak) of the cluster.
Definition at line 46 of file Clusterizend.h.
|
inline |
Set the weight of the peak cluster cell.
Definition at line 48 of file Clusterizend.h.
|
private |
Cluster member cells.
Definition at line 61 of file Clusterizend.h.
|
private |
Cluster related hits ids.
Definition at line 63 of file Clusterizend.h.
|
private |
Peak index (found as the section maximum)
Definition at line 65 of file Clusterizend.h.
|
private |