![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Main class for ring finder based on Hough Transform implementation. More...
#include <EicRoot/blob/master/rich/prototype/CbmRichProtRingFinderHough.h>
Inheritance diagram for CbmRichProtRingFinderHough:
Collaboration diagram for CbmRichProtRingFinderHough:Public Member Functions | |
| CbmRichProtRingFinderHough () | |
| Standard constructor. | |
| virtual | ~CbmRichProtRingFinderHough () |
| Destructor. | |
| virtual void | Init () |
| Inherited from CbmRichRingFinder. | |
| virtual Int_t | DoFind (TClonesArray *rHitArray, TClonesArray *rProjArray, TClonesArray *rRingArray) |
| Inherited from CbmRichRingFinder. | |
Public Member Functions inherited from CbmRichRingFinder | |
| CbmRichRingFinder () | |
| virtual | ~CbmRichRingFinder () |
| void | SetVerbose (Int_t verbose) |
Protected Attributes | |
| Int_t | fNEvent |
| Int_t | fRingCount |
| CbmRichProtRingFinderHoughImpl * | fHTImpl |
Protected Attributes inherited from CbmRichRingFinder | |
| Int_t | fVerbose |
Private Member Functions | |
| void | AddRingsToOutputArray (TClonesArray *rRingArray, const vector< CbmRichRingLight * > &rings) |
| Add found rings to the output TClonesArray. | |
| CbmRichProtRingFinderHough (const CbmRichProtRingFinderHough &) | |
| Copy constructor. | |
| CbmRichProtRingFinderHough & | operator= (const CbmRichProtRingFinderHough &) |
| Assignment operator. | |
Main class for ring finder based on Hough Transform implementation.
Definition at line 34 of file CbmRichProtRingFinderHough.h.
View newest version in sPHENIX GitHub at line 34 of file CbmRichProtRingFinderHough.h
| CbmRichProtRingFinderHough::CbmRichProtRingFinderHough | ( | ) |
Standard constructor.
|
virtual |
Destructor.
|
private |
Copy constructor.
|
private |
Add found rings to the output TClonesArray.
| [out] | rRingArray | Output array of CbmRichRing. |
| [in] | rings | Found rings. |
|
virtual |
Inherited from CbmRichRingFinder.
Implements CbmRichRingFinder.
|
virtual |
Inherited from CbmRichRingFinder.
Reimplemented from CbmRichRingFinder.
|
private |
Assignment operator.
|
protected |
Definition at line 42 of file CbmRichProtRingFinderHough.h.
View newest version in sPHENIX GitHub at line 42 of file CbmRichProtRingFinderHough.h
|
protected |
Definition at line 37 of file CbmRichProtRingFinderHough.h.
View newest version in sPHENIX GitHub at line 37 of file CbmRichProtRingFinderHough.h
|
protected |
Definition at line 38 of file CbmRichProtRingFinderHough.h.
View newest version in sPHENIX GitHub at line 38 of file CbmRichProtRingFinderHough.h