Function larflow::reco::cluster_merge

Function Documentation

cluster_t larflow::reco::cluster_merge(const cluster_t &clust_a, const cluster_t &clust_b)

make a new cluster that is a combination of two clusters

This creates a new cluster based on the union of two clusters

Return
Union cluster.
Parameters
  • clust_a: First cluster.
  • clust_b: Second cluster.