Function larflow::reco::cluster_sdbscan_larflow3dhits

Function Documentation

void larflow::reco::cluster_sdbscan_larflow3dhits(const std::vector<larlite::larflow3dhit> &hit_v, std::vector<cluster_t> &cluster_v, const float maxdist, const int minsize, const int maxkd)

cluster larflow3dhit with simple DBScan external library

This is preferred to above.

Parameters
  • hit_v: Vector of larflow3dhit
  • cluster_v: Container of larflow::reco::cluster_t objects made
  • maxdist: maximum distance two points can be connected
  • minsize: minimum size of cluster
  • maxkd: maximum number of connections a node can have