Program Listing for File makehitsfrompixels.h¶
↰ Return to documentation for file (larflow/FlowContourMatch/makehitsfrompixels.h
)
#ifndef __make_flow_pixels_h__
#define __make_flow_pixels_h__
#include "DataFormat/hit.h"
#include "larcv/core/DataFormat/Image2D.h"
namespace larflow {
larlite::event_hit makeHitsFromWholeImagePixels( const larcv::Image2D& src_adc, const float threshold );
}
#endif