Function larflow::reco::cluster_endpt_in_bbox

Function Documentation

bool larflow::reco::cluster_endpt_in_bbox(const cluster_t &clust_a, const cluster_t &clust_b)

check if one of the end pts are in the bounding box of the cluster

Return
True if there are bounding box overlap.
Parameters
  • clust_a: First cluster.
  • clust_b: Second cluster.