|
ACTS
Experiment-independent tracking
|
Collection of mutable data used by clustering utilities. More...
#include <Acts/Clusterization/Clusterization.hpp>
Public Member Functions | |
| void | clear () |
| Clear all clustering data. | |
Public Attributes | |
| Acts::Ccl::DisjointSets | ds {} |
| Disjoint sets data structure for clustering. | |
| std::vector< Acts::Ccl::Label > | labels {} |
| Cluster labels for each cell. | |
| std::vector< std::size_t > | nClusters {} |
| Number of cells per cluster. | |
Collection of mutable data used by clustering utilities.