ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions
graph.h File Reference
#include <cstddef>
#include <vector>
Include dependency graph for graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void max_step (std::vector< std::vector< size_t >> &new_clusters, const std::vector< size_t > &cluster, const PointCloud &cloud, double dmax, size_t min_size)
 

Function Documentation

◆ max_step()

void max_step ( std::vector< std::vector< size_t >> &  new_clusters,
const std::vector< size_t > &  cluster,
const PointCloud cloud,
double  dmax,
size_t  min_size 
)

Definition at line 125 of file graph.cxx.