Function larflow::reco::cluster_cospca

Function Documentation

float larflow::reco::cluster_cospca(const cluster_t &clust_a, const cluster_t &clust_b)

calculate cosine between first PCA axis of two clusters

Return
inner product of first PC axis
Parameters
  • clust_a: First cluster.
  • clust_b: Second cluster.