14#ifndef CBM_RICH_RING_FINDER_HOUGH
15#define CBM_RICH_RING_FINDER_HOUGH
60 virtual Int_t
DoFind(
CbmEvent* event, TClonesArray* rHitArray, TClonesArray* rProjArray, TClonesArray* rRingArray);
86 const vector<CbmRichRingLight*>&
rings);
Class characterising one event by a collection of links (indices) to data objects,...
Ring finder implementation based on Hough Transform method.
SIMDized ring finder based on Hough Transform method.
Main class for ring finder based on Hough Transform implementation.
virtual void Init()
Inherited from CbmRichRingFinder.
CbmRichRingFinderHough()
Standard constructor.
CbmRichRingFinderHough & operator=(const CbmRichRingFinderHough &)
Assignment operator.
CbmRichRingFinderHough(const CbmRichRingFinderHough &)
Copy constructor.
virtual ~CbmRichRingFinderHough()
Destructor.
void AddRingsToOutputArray(CbmEvent *event, TClonesArray *rRingArray, TClonesArray *rHitArray, const vector< CbmRichRingLight * > &rings)
Add found rings to the output TClonesArray.
CbmRichRingFinderHoughImpl * fHTImpl
void SetUseAnnSelect(bool use)
virtual Int_t DoFind(CbmEvent *event, TClonesArray *rHitArray, TClonesArray *rProjArray, TClonesArray *rRingArray)
Inherited from CbmRichRingFinder.
void SetUseSubdivide(bool use)