Go to the documentation of this file.
10 #ifndef CBM_RICH_RING_FINDER_HOUGH
11 #define CBM_RICH_RING_FINDER_HOUGH
67 virtual Int_t
DoFind(TClonesArray* rHitArray,
68 TClonesArray* rProjArray,
69 TClonesArray* rRingArray);
82 TClonesArray* rHitArray,
83 const vector<CbmRichRingLight*>&
rings);
void SetUseAnnSelect(bool use)
virtual Int_t DoFind(TClonesArray *rHitArray, TClonesArray *rProjArray, TClonesArray *rRingArray)
Inherited from CbmRichRingFinder.
Main class for ring finder based on Hough Transform implementation.
CbmRichRingFinderHough(const CbmRichRingFinderHough &)
Copy constructor.
SIMDized ring finder based on Hough Transform method.
CbmRichRingFinderHoughImpl * fHTImpl
virtual ~CbmRichRingFinderHough()
Destructor.
CbmRichRingFinderHough & operator=(const CbmRichRingFinderHough &)
Assignment operator.
CbmRichRingFinderHough()
Standard constructor.
Ring finder implementation based on Hough Transform method.
virtual void Init()
Inherited from CbmRichRingFinder.
void AddRingsToOutputArray(TClonesArray *rRingArray, TClonesArray *rHitArray, const vector< CbmRichRingLight * > &rings)
Add found rings to the output TClonesArray.