.. _program_listing_file_larflow_FlowContourMatch_makesimpleflowhits.h: Program Listing for File makesimpleflowhits.h ============================================= |exhale_lsh| :ref:`Return to documentation for file ` (``larflow/FlowContourMatch/makesimpleflowhits.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef __make_simlpe_flow_hits_h__ #define __make_simlpe_flow_hits_h__ #include #include "DataFormat/larflow3dhit.h" #include "larcv/core/DataFormat/Image2D.h" #include "ublarcvapp/ContourTools/ContourClusterAlgo.h" #include "ContourFlowMatch.h" namespace larflow { std::vector makeSimpleFlowHits( const std::vector& adc_full_v, const ublarcvapp::ContourClusterAlgo& contours, const std::vector& matchdict ); } #endif