.. _program_listing_file_larflow_FlowContourMatch_tmp_makeflowhits.cxx: Program Listing for File makeflowhits.cxx ========================================= |exhale_lsh| :ref:`Return to documentation for file ` (``larflow/FlowContourMatch/tmp/makeflowhits.cxx``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #include "makeflowhits.h" namespace larflow { std::vector makeFlowHitsFromCrops( const std::vector& wholeview_v, const std::vector& adc_crop_v, const std::vector& flowy2u_v, const std::vector& flowy2v_v, const configMakeFlowHitsFromCrops& cfg ) { // collect contours from whole image ublarcvapp::ContourClusterAlgo contourclusters; contourclusters.analyzeImages( wholeview_v ); // } }