Program Listing for File makeflowhits.cxx

Return to documentation for file (larflow/FlowContourMatch/tmp/makeflowhits.cxx)

#include "makeflowhits.h"

namespace larflow {

  std::vector<larlite::larflow3dhit> makeFlowHitsFromCrops( const std::vector<larcv::Image2D>& wholeview_v,
                                                            const std::vector<larcv::Image2D>& adc_crop_v,
                                                            const std::vector<larcv::SparseImage>& flowy2u_v,
                                                            const std::vector<larcv::SparseImage>& flowy2v_v,
                                                            const configMakeFlowHitsFromCrops& cfg ) {

    // collect contours from whole image
    ublarcvapp::ContourClusterAlgo contourclusters;
    contourclusters.analyzeImages( wholeview_v );

    //

  }


}