//-------------------------------------------------------------------------------------- //CbmRichRingFinderHough source file //Implementation: Semen Lebedev (s.lebedev@gsi.de)----- #ifndef CBM_RICH_RING_FINDER_HOUGH_SIMD_H #define CBM_RICH_RING_FINDER_HOUGH_SIMD_H #include "CbmRichRingFinderHoughImpl.h" class CbmRichRingFinderHoughSimd : public CbmRichRingFinderHoughImpl { public: /** Standard constructor **/ CbmRichRingFinderHoughSimd ( TString geometry); ~CbmRichRingFinderHoughSimd(){;} virtual void HoughTransformReconstruction(); virtual void HoughTransformGroup(unsigned short int indmin, unsigned short int indmax, Int_t iPart); //ClassDef(CbmRichRingFinderHoughSimd,1) }; #endif // CBM_RICH_RING_FINDER_HOUGH_SIMD_H