EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Ring finder implementation based on Hough Transform method. More...
#include <EicRoot/blob/master/rich/finder/CbmRichRingFinderHoughImpl.h>
Public Member Functions | |
CbmRichRingFinderHoughImpl () | |
Standard constructor. | |
virtual | ~CbmRichRingFinderHoughImpl () |
Distructor. | |
void | SetParameters () |
Set parameters of the algorithm. | |
void | CalculateRingParameters (float x[], float y[], float *xc, float *yc, float *r) |
Calculate circle center and radius. | |
virtual void | HoughTransformReconstruction () |
Run HT for each hit. | |
virtual void | DefineLocalAreaAndHits (float x0, float y0, int *indmin, int *indmax) |
Find hits in a local area. | |
virtual void | HoughTransform (unsigned short indmin, unsigned short indmax) |
Run HoughTransformGroup for each group of hits. | |
virtual void | HoughTransformGroup (unsigned short indmin, unsigned short indmax, int iPart) |
Main procedure for Hough Transform. | |
void | FindPeak (int indmin, int indmax) |
Find peak in the HT histograms. | |
void | RingSelection () |
Ring selection procedure. | |
void | ReAssignSharedHits (int ringInd1, int ringInd2) |
Reassign shared hits from two rings to only one of the rings. | |
int | GetHitIndex (unsigned short hitInd) |
Return hit indez in the internal Array. | |
void | RemoveHitsAroundRing (int indmin, int indmax, CbmRichRingLight *ring) |
Set fIsUsed flag to true for hits attached to the ring. | |
void | Init () |
void | DoFind () |
Start point to run algorithm. | |
void | SetData (const vector< CbmRichHoughHit > &data) |
Set array of hits. | |
vector< CbmRichRingLight * > & | GetFoundRings () |
Return vector of found rings. | |
CbmRichRingFinderHoughImpl () | |
virtual | ~CbmRichRingFinderHoughImpl () |
void | SetParameters () |
virtual void | HoughTransformReconstruction () |
virtual void | DefineLocalAreaAndHits (float x0, float y0, int *indmin, int *indmax) |
virtual void | HoughTransform (unsigned short indmin, unsigned short indmax) |
virtual void | HoughTransformGroup (unsigned short indmin, unsigned short indmax, int iPart) |
void | FindPeak (int indmin, int indmax) |
void | RingSelection () |
void | ReAssingSharedHits (int ringInd1, int ringInd2) |
int | GetHitIndex (unsigned short hitInd) |
void | RemoveHitsAroundRing (int indmin, int indmax, CbmRichRingLight *ring) |
void | Init () |
void | DoFind () |
void | SetData (const std::vector< CbmRichHoughHit > &data) |
std::vector< CbmRichRingLight * > & | GetFoundRings () |
Static Protected Attributes | |
static const unsigned short | MAX_NOF_HITS = 65000 |
static const unsigned short | kMAX_NOF_HITS = 65500 |
static const unsigned short | fNofParts = 2 |
Private Member Functions | |
CbmRichRingFinderHoughImpl (const CbmRichRingFinderHoughImpl &) | |
Copy constructor. | |
CbmRichRingFinderHoughImpl & | operator= (const CbmRichRingFinderHoughImpl &) |
Assignment operator. | |
Ring finder implementation based on Hough Transform method.
Definition at line 33 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 33 of file CbmRichRingFinderHoughImpl.h
CbmRichRingFinderHoughImpl::CbmRichRingFinderHoughImpl | ( | ) |
Standard constructor.
Definition at line 29 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 29 of file CbmRichRingFinderHoughImpl.cxx
|
virtual |
Distructor.
Definition at line 76 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 76 of file CbmRichRingFinderHoughImpl.cxx
References fANNSelect, and fFitCOP.
|
private |
Copy constructor.
CbmRichRingFinderHoughImpl::CbmRichRingFinderHoughImpl | ( | ) |
|
virtual |
void CbmRichRingFinderHoughImpl::CalculateRingParameters | ( | float | x[], |
float | y[], | ||
float * | xc, | ||
float * | yc, | ||
float * | r | ||
) |
Calculate circle center and radius.
[in] | x[] | Array of 3 X coordinates. |
[in] | y[] | Array of 3 Y coordinates. |
[out] | xc | X coordinate of the ring center. |
[out] | yc | Y coordinate of the ring center. |
[out] | r | Ring radius. |
Definition at line 494 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 494 of file CbmRichRingFinderHoughImpl.cxx
|
virtual |
|
virtual |
Find hits in a local area.
[in] | x0 | X coordinate of the local area center. |
[in] | y0 | Y coordinate of the local area center. |
[out] | indmin | Minimum index of the hit in local area. |
[out] | indmax | Maximum index of the hit in local area. |
Definition at line 162 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 162 of file CbmRichRingFinderHoughImpl.cxx
References d, fData, fHist, fHistR, CbmRichHoughHit::fHit, fHitInd, fMaxDistance, fMaxDistanceSq, fMinNofHitsInArea, fNofBinsR, fNofBinsXY, fNofParts, CbmRichHitLight::fX, and k.
Referenced by CbmRichRingFinderHoughSimd::HoughTransformReconstruction(), and HoughTransformReconstruction().
void CbmRichRingFinderHoughImpl::DoFind | ( | ) |
void CbmRichRingFinderHoughImpl::DoFind | ( | ) |
Start point to run algorithm.
Definition at line 95 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 95 of file CbmRichRingFinderHoughImpl.cxx
References fData, fFoundRings, HoughTransformReconstruction(), MAX_NOF_HITS, and RingSelection().
Referenced by CbmRichRingFinderHough::DoFind(), and FinderTask::operator()().
void CbmRichRingFinderHoughImpl::FindPeak | ( | int | indmin, |
int | indmax | ||
) |
void CbmRichRingFinderHoughImpl::FindPeak | ( | int | indmin, |
int | indmax | ||
) |
Find peak in the HT histograms.
[in] | indmin | Minimum index of the hit in local area. |
[in] | indmax | Maximum index of the hit in local area. |
Definition at line 297 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 297 of file CbmRichRingFinderHoughImpl.cxx
References CbmRichRingLight::AddHit(), CbmRichRingFitterCOP::DoFit(), CbmRichRingSelectAnn::DoSelect(), fAnnCut, fANNSelect, fCurMinX, fCurMinY, fData, fDr, fDx, fDy, fFitCOP, fFoundRings, fHist, fHistR, fHTCut, fHTCutR, fMaxCutCOP, fNofBinsX, fRmsCoeffCOP, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetChi2(), CbmRichRingLight::GetNofHits(), CbmRichRingLight::GetRadius(), CbmRichRingLight::GetSelectionNN(), k, and RemoveHitsAroundRing().
Referenced by CbmRichRingFinderHoughSimd::HoughTransformReconstruction(), and HoughTransformReconstruction().
|
inline |
Definition at line 126 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 126 of file CbmRichRingFinderHoughImpl.h
References fFoundRings.
|
inline |
Return vector of found rings.
Definition at line 217 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 217 of file CbmRichRingFinderHoughImpl.h
References fFoundRings.
Referenced by CbmRichRingFinderHough::DoFind(), and CbmRichRingFinderHough::DoFindParallel().
int CbmRichRingFinderHoughImpl::GetHitIndex | ( | unsigned short | hitInd | ) |
int CbmRichRingFinderHoughImpl::GetHitIndex | ( | unsigned short | hitInd | ) |
Return hit indez in the internal Array.
[in] | hitInd | Index in TClonesArray. |
Definition at line 484 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 484 of file CbmRichRingFinderHoughImpl.cxx
References fData.
Referenced by ReAssignSharedHits(), and ReAssingSharedHits().
|
virtual |
|
virtual |
Run HoughTransformGroup for each group of hits.
[in] | indmin | Minimum index of the hit in local area. |
[in] | indmax | Maximum index of the hit in local area. |
Referenced by CbmRichRingFinderHoughSimd::HoughTransformReconstruction(), and HoughTransformReconstruction().
|
virtual |
|
virtual |
Main procedure for Hough Transform.
[in] | indmin | Minimum index of the hit in local area. |
[in] | indmax | Maximum index of the hit in local area. |
[in] | iPart | Index of the hit group. |
|
virtual |
Reimplemented in CbmRichRingFinderHoughSimd.
|
virtual |
Run HT for each hit.
Reimplemented in CbmRichRingFinderHoughSimd.
Definition at line 146 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 146 of file CbmRichRingFinderHoughImpl.cxx
References DefineLocalAreaAndHits(), fCurMinX, fCurMinY, fData, FindPeak(), fMaxDistance, and HoughTransform().
Referenced by DoFind().
void CbmRichRingFinderHoughImpl::Init | ( | ) |
void CbmRichRingFinderHoughImpl::Init | ( | void | ) |
Initialize algorithm parameters.
Definition at line 82 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 82 of file CbmRichRingFinderHoughImpl.cxx
References fANNSelect, fFitCOP, fHist, fHistR, fHitInd, fNofBinsR, fNofBinsXY, fNofParts, CbmRichRingSelectAnn::Init(), and SetParameters().
Referenced by CbmRichRingFinderHough::CbmRichRingFinderHough().
|
private |
Assignment operator.
void CbmRichRingFinderHoughImpl::ReAssignSharedHits | ( | int | ringInd1, |
int | ringInd2 | ||
) |
Reassign shared hits from two rings to only one of the rings.
Definition at line 450 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 450 of file CbmRichRingFinderHoughImpl.cxx
References fData, fFoundRings, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetHitId(), GetHitIndex(), CbmRichRingLight::GetNofHits(), CbmRichRingLight::GetRadius(), and CbmRichRingLight::RemoveHit().
Referenced by RingSelection().
void CbmRichRingFinderHoughImpl::ReAssingSharedHits | ( | int | ringInd1, |
int | ringInd2 | ||
) |
Definition at line 432 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 432 of file CbmRichRingFinderHoughImpl.cxx
References fData, fFoundRings, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetHitId(), GetHitIndex(), CbmRichRingLight::GetNofHits(), CbmRichRingLight::GetRadius(), and CbmRichRingLight::RemoveHit().
void CbmRichRingFinderHoughImpl::RemoveHitsAroundRing | ( | int | indmin, |
int | indmax, | ||
CbmRichRingLight * | ring | ||
) |
void CbmRichRingFinderHoughImpl::RemoveHitsAroundRing | ( | int | indmin, |
int | indmax, | ||
CbmRichRingLight * | ring | ||
) |
Set fIsUsed flag to true for hits attached to the ring.
[in] | indmin | Minimum index of the hit in local area. |
[in] | indmax | Maximum index of the hit in local area. |
[in] | ring | Found ring. |
Definition at line 388 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 388 of file CbmRichRingFinderHoughImpl.cxx
References fData, fMaxCutEl, fRmsCoeffEl, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetChi2(), CbmRichRingLight::GetNofHits(), and CbmRichRingLight::GetRadius().
Referenced by FindPeak().
void CbmRichRingFinderHoughImpl::RingSelection | ( | ) |
void CbmRichRingFinderHoughImpl::RingSelection | ( | ) |
Ring selection procedure.
Definition at line 408 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 408 of file CbmRichRingFinderHoughImpl.cxx
References fFoundRings, fUsedHitsAllCut, CbmRichRingLight::GetHitId(), CbmRichRingLight::GetNofHits(), it, ReAssignSharedHits(), and CbmRichRingLight::SetRecFlag().
Referenced by DoFind().
|
inline |
Definition at line 121 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 121 of file CbmRichRingFinderHoughImpl.h
|
inline |
Set array of hits.
[in] | data | Array of hits. |
Definition at line 207 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 207 of file CbmRichRingFinderHoughImpl.h
Referenced by CbmRichRingFinderHough::DoFind(), and CbmRichRingFinderHough::DoFindParallel().
void CbmRichRingFinderHoughImpl::SetParameters | ( | ) |
Set parameters of the algorithm.
Definition at line 113 of file CbmRichRingFinderHoughImpl.cxx.
View newest version in sPHENIX GitHub at line 113 of file CbmRichRingFinderHoughImpl.cxx
References fAnnCut, fDr, fDx, fDy, fHTCut, fHTCutR, fMaxCutCOP, fMaxCutEl, fMaxDistance, fMaxDistanceSq, fMaxRadius, fMinDistance, fMinDistanceSq, fMinNofHitsInArea, fMinRadius, fNofBinsR, fNofBinsX, fNofBinsXY, fNofBinsY, fNofParts, fRmsCoeffCOP, fRmsCoeffEl, and fUsedHitsAllCut.
Referenced by Init().
void CbmRichRingFinderHoughImpl::SetParameters | ( | ) |
|
protected |
Definition at line 69 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 69 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), and SetParameters().
|
protected |
Definition at line 81 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 81 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), Init(), and ~CbmRichRingFinderHoughImpl().
|
protected |
Definition at line 101 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 101 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 72 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 72 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), CbmRichRingFinderHoughSimd::HoughTransformReconstruction(), and HoughTransformReconstruction().
|
protected |
Definition at line 73 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 73 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), CbmRichRingFinderHoughSimd::HoughTransformReconstruction(), and HoughTransformReconstruction().
|
protected |
Definition at line 75 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 75 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), DoFind(), FindPeak(), GetHitIndex(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), CbmRichRingFinderHoughSimd::HoughTransformReconstruction(), HoughTransformReconstruction(), ReAssignSharedHits(), ReAssingSharedHits(), RemoveHitsAroundRing(), and SetData().
|
protected |
Definition at line 90 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 90 of file CbmRichRingFinderHoughImpl.h
|
protected |
Rich hits.
Definition at line 91 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 91 of file CbmRichRingFinderHoughImpl.h
|
protected |
Rich hits.
Definition at line 92 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 92 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 52 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 52 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and SetParameters().
|
protected |
Definition at line 50 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 50 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and SetParameters().
|
protected |
Definition at line 51 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 51 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and SetParameters().
|
protected |
Definition at line 80 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 80 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), Init(), and ~CbmRichRingFinderHoughImpl().
|
protected |
collect found rings
Definition at line 100 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 100 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 79 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 79 of file CbmRichRingFinderHoughImpl.h
Referenced by DoFind(), FindPeak(), GetFoundRings(), ReAssignSharedHits(), ReAssingSharedHits(), and RingSelection().
|
protected |
Definition at line 98 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 98 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 76 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 76 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and Init().
|
protected |
Rich hits.
Definition at line 94 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 94 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 77 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 77 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and Init().
|
protected |
Definition at line 95 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 95 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 70 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 70 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 74 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 74 of file CbmRichRingFinderHoughImpl.h
Definition at line 78 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 78 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and Init().
|
protected |
Definition at line 96 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 96 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 57 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 57 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), and SetParameters().
|
protected |
Definition at line 60 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 60 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), and SetParameters().
|
protected |
Definition at line 67 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 67 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), and SetParameters().
|
protected |
Definition at line 65 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 65 of file CbmRichRingFinderHoughImpl.h
Referenced by RemoveHitsAroundRing(), and SetParameters().
|
protected |
Definition at line 42 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 42 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), CbmRichRingFinderHoughSimd::HoughTransformReconstruction(), HoughTransformReconstruction(), and SetParameters().
|
protected |
= fMinDistance*fMinDistance
Definition at line 45 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 45 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and SetParameters().
|
protected |
Definition at line 48 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 48 of file CbmRichRingFinderHoughImpl.h
Referenced by SetParameters().
|
protected |
Definition at line 43 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 43 of file CbmRichRingFinderHoughImpl.h
Referenced by SetParameters().
|
protected |
Definition at line 44 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 44 of file CbmRichRingFinderHoughImpl.h
Referenced by CbmRichRingFinderHoughSimd::HoughTransformGroup(), and SetParameters().
|
protected |
Definition at line 62 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 62 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and SetParameters().
|
protected |
Definition at line 47 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 47 of file CbmRichRingFinderHoughImpl.h
Referenced by SetParameters().
|
protected |
Definition at line 59 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 59 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), Init(), and SetParameters().
|
protected |
Definition at line 53 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 53 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), and SetParameters().
|
protected |
Definition at line 55 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 55 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), CbmRichRingFinderHoughSimd::HoughTransformGroup(), Init(), and SetParameters().
|
protected |
Definition at line 54 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 54 of file CbmRichRingFinderHoughImpl.h
Referenced by SetParameters().
|
protected |
Definition at line 40 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 40 of file CbmRichRingFinderHoughImpl.h
Referenced by DefineLocalAreaAndHits(), Init(), and SetParameters().
|
staticprotected |
Definition at line 53 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 53 of file CbmRichRingFinderHoughImpl.h
|
protected |
Definition at line 66 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 66 of file CbmRichRingFinderHoughImpl.h
Referenced by FindPeak(), and SetParameters().
|
protected |
Definition at line 64 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 64 of file CbmRichRingFinderHoughImpl.h
Referenced by RemoveHitsAroundRing(), and SetParameters().
|
protected |
Definition at line 70 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 70 of file CbmRichRingFinderHoughImpl.h
Referenced by RingSelection(), and SetParameters().
|
protected |
Definition at line 84 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 84 of file CbmRichRingFinderHoughImpl.h
|
staticprotected |
Definition at line 52 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 52 of file CbmRichRingFinderHoughImpl.h
|
staticprotected |
Definition at line 37 of file CbmRichRingFinderHoughImpl.h.
View newest version in sPHENIX GitHub at line 37 of file CbmRichRingFinderHoughImpl.h
Referenced by DoFind().