Function larflow::reco::cluster_imageprojection

Function Documentation

void larflow::reco::cluster_imageprojection(const cluster_t &cluster, std::vector<larcv::Image2D> &clust2d_images_v)

project the 3D cluster points back into the 2D image2d

Parameters
  • cluster: Cluster whose hits in cluster_t::points_v we project into images.
  • clust2d_images_v: Image2D whose pixels are set to 50.0 if cluster hit projects onto it.