Program Listing for File scorecontourmatches.h

Return to documentation for file (larflow/FlowContourMatch/tmp/scorecontourmatches.h)

#ifndef __score_contour_matches_h__
#define __score_contour_matches_h__

namespace larflow {

  //float scoreMatch(
  void scoreMatches( const ublarcvapp::ContourClusterAlgo& contour_data, int src_planeid, int tar_planeid, const FlowDirection_t kflowdir );

}

#endif