.. _program_listing_file_larflow_FlowContourMatch_tmp_makeflowhits.h: Program Listing for File makeflowhits.h ======================================= |exhale_lsh| :ref:`Return to documentation for file ` (``larflow/FlowContourMatch/tmp/makeflowhits.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef __makeflowhits_h__ #define __makeflowhits_h__ namespace larflow { class configMakeFlowHitsFromCrops { public: configMakeFlowHitsFromCrops() {}; virtual ~configMakeFlowHitsFromCrops() {}; // contourcluster pars float adc_threshold; int dilation_iterations; int min_defect_size; int hull_edge_pts_split; int n_allowed_breaks; int contour_verbosity; }; 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 ); } #endif