CbmRoot
|
SIMDized ring finder based on Hough Transform method. More...
#include <CbmRichRingFinderHoughSimd.h>
Public Member Functions | |
CbmRichRingFinderHoughSimd () | |
~CbmRichRingFinderHoughSimd () | |
virtual void | HoughTransformReconstruction () |
Run HT for each hit. More... | |
virtual void | HoughTransformGroup (unsigned short int indmin, unsigned short int indmax, Int_t iPart) |
void | SetParameters () |
Set parameters of the algorithm. More... | |
void | CalculateRingParameters (float x[], float y[], float *xc, float *yc, float *r) |
Calculate circle center and radius. More... | |
virtual void | DefineLocalAreaAndHits (float x0, float y0, int *indmin, int *indmax) |
Find hits in a local area. More... | |
virtual void | HoughTransform (unsigned int indmin, unsigned int indmax) |
Run HoughTransformGroup for each group of hits. More... | |
virtual void | HoughTransformGroup (unsigned int indmin, unsigned int indmax, int iPart) |
void | FindPeak (int indmin, int indmax) |
void | RingSelection () |
Ring selection procedure. More... | |
void | ReAssignSharedHits (int ringInd1, int ringInd2) |
Reassign shared hits from two rings to only one of the rings. More... | |
int | GetHitIndexById (unsigned int hitId) |
Return hit indez in the internal Array. More... | |
void | RemoveHitsAroundRing (int indmin, int indmax, CbmRichRingLight *ring) |
Set fIsUsed flag to true for hits attached to the ring. More... | |
void | Init () |
void | DoFind () |
Start point to run algorithm. More... | |
void | SetData (const vector< CbmRichHoughHit > &data) |
Set array of hits. More... | |
vector< CbmRichRingLight * > & | GetFoundRings () |
Return vector of found rings. More... | |
void | SetUseAnnSelect (bool use) |
Public Attributes | |
std::vector< CbmRichHoughHitVec > | fDataV |
Protected Attributes | |
unsigned short | fNofParts |
float | fMaxDistance |
float | fMinDistance |
float | fMinDistanceSq |
float | fMaxDistanceSq |
float | fMinRadius |
float | fMaxRadius |
float | fDx |
float | fDy |
float | fDr |
unsigned short | fNofBinsX |
unsigned short | fNofBinsY |
unsigned short | fNofBinsXY |
unsigned short | fHTCut |
unsigned short | fNofBinsR |
unsigned short | fHTCutR |
unsigned short | fMinNofHitsInArea |
float | fRmsCoeffEl |
float | fMaxCutEl |
float | fRmsCoeffCOP |
float | fMaxCutCOP |
float | fAnnCut |
float | fUsedHitsAllCut |
double | fTimeCut |
float | fCurMinX |
float | fCurMinY |
bool | fUseAnnSelect |
vector< CbmRichHoughHit > | fData |
vector< unsigned short > | fHist |
vector< unsigned short > | fHistR |
vector< vector< unsigned int > > | fHitInd |
vector< CbmRichRingLight * > | fFoundRings |
CbmRichRingFitterCOP * | fFitCOP |
CbmRichRingSelectAnn * | fANNSelect |
double | fCurTime |
Static Protected Attributes | |
static const unsigned short | MAX_NOF_HITS |
SIMDized ring finder based on Hough Transform method.
Definition at line 34 of file CbmRichRingFinderHoughSimd.h.
CbmRichRingFinderHoughSimd::CbmRichRingFinderHoughSimd | ( | ) |
Definition at line 13 of file CbmRichRingFinderHoughSimd.cxx.
|
inline |
Definition at line 39 of file CbmRichRingFinderHoughSimd.h.
|
inherited |
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 507 of file CbmRichRingFinderHoughImpl.cxx.
|
virtualinherited |
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 179 of file CbmRichRingFinderHoughImpl.cxx.
References d, fabs(), CbmRichRingFinderHoughImpl::fCurTime, CbmRichRingFinderHoughImpl::fData, CbmRichRingFinderHoughImpl::fHist, CbmRichRingFinderHoughImpl::fHistR, CbmRichHoughHit::fHit, CbmRichRingFinderHoughImpl::fHitInd, CbmRichRingFinderHoughImpl::fMaxDistance, CbmRichRingFinderHoughImpl::fMaxDistanceSq, CbmRichRingFinderHoughImpl::fMinNofHitsInArea, CbmRichRingFinderHoughImpl::fNofBinsR, CbmRichRingFinderHoughImpl::fNofBinsXY, CbmRichRingFinderHoughImpl::fNofParts, CbmRichRingFinderHoughImpl::fTimeCut, CbmRichHitLight::fX, and i.
Referenced by HoughTransformReconstruction(), and CbmRichRingFinderHoughImpl::HoughTransformReconstruction().
|
inherited |
Start point to run algorithm.
Definition at line 112 of file CbmRichRingFinderHoughImpl.cxx.
References CbmRichRingFinderHoughImpl::fData, CbmRichRingFinderHoughImpl::fFoundRings, CbmRichRingFinderHoughImpl::HoughTransformReconstruction(), and CbmRichRingFinderHoughImpl::RingSelection().
Referenced by CbmRichRingFinderHough::DoFind().
|
inherited |
\brief 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 318 of file CbmRichRingFinderHoughImpl.cxx.
References CbmRichRingLight::AddHit(), CbmRichRingFitterCOP::DoFit(), CbmRichRingSelectAnn::DoSelect(), f, fabs(), CbmRichRingFinderHoughImpl::fAnnCut, CbmRichRingFinderHoughImpl::fANNSelect, CbmRichRingFinderHoughImpl::fCurMinX, CbmRichRingFinderHoughImpl::fCurMinY, CbmRichRingFinderHoughImpl::fCurTime, CbmRichRingFinderHoughImpl::fData, CbmRichRingFinderHoughImpl::fDr, CbmRichRingFinderHoughImpl::fDx, CbmRichRingFinderHoughImpl::fDy, CbmRichRingFinderHoughImpl::fFitCOP, CbmRichRingFinderHoughImpl::fFoundRings, CbmRichRingFinderHoughImpl::fHist, CbmRichRingFinderHoughImpl::fHistR, CbmRichRingFinderHoughImpl::fHTCut, CbmRichRingFinderHoughImpl::fHTCutR, CbmRichRingFinderHoughImpl::fMaxCutCOP, CbmRichRingFinderHoughImpl::fNofBinsX, CbmRichRingFinderHoughImpl::fRmsCoeffCOP, CbmRichRingFinderHoughImpl::fTimeCut, CbmRichRingFinderHoughImpl::fUseAnnSelect, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetChi2(), CbmRichRingLight::GetNofHits(), CbmRichRingLight::GetRadius(), CbmRichRingLight::GetSelectionNN(), CbmRichRingFinderHoughImpl::RemoveHitsAroundRing(), and sqrt().
Referenced by HoughTransformReconstruction(), and CbmRichRingFinderHoughImpl::HoughTransformReconstruction().
|
inlineinherited |
Return vector of found rings.
Definition at line 205 of file CbmRichRingFinderHoughImpl.h.
References CbmRichRingFinderHoughImpl::fFoundRings.
Referenced by CbmRichRingFinderHough::DoFind().
|
inherited |
Return hit indez in the internal Array.
[in] | hitInd | Index in TClonesArray. |
Definition at line 499 of file CbmRichRingFinderHoughImpl.cxx.
References CbmRichRingFinderHoughImpl::fData, and i.
Referenced by CbmRichRingFinderHoughImpl::ReAssignSharedHits().
|
virtualinherited |
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. |
Definition at line 228 of file CbmRichRingFinderHoughImpl.cxx.
References CbmRichRingFinderHoughImpl::fNofParts, and CbmRichRingFinderHoughImpl::HoughTransformGroup().
Referenced by HoughTransformReconstruction(), and CbmRichRingFinderHoughImpl::HoughTransformReconstruction().
|
virtualinherited |
\brief Main procedure for Hough Transform. \param[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. |
Definition at line 235 of file CbmRichRingFinderHoughImpl.cxx.
References f, fabs(), CbmRichRingFinderHoughImpl::fCurMinX, CbmRichRingFinderHoughImpl::fCurMinY, CbmRichRingFinderHoughImpl::fData, CbmRichRingFinderHoughImpl::fDr, CbmRichRingFinderHoughImpl::fDx, CbmRichRingFinderHoughImpl::fDy, CbmRichRingFinderHoughImpl::fHist, CbmRichRingFinderHoughImpl::fHistR, CbmRichRingFinderHoughImpl::fHitInd, CbmRichRingFinderHoughImpl::fMaxDistanceSq, CbmRichRingFinderHoughImpl::fNofBinsR, CbmRichRingFinderHoughImpl::fNofBinsX, CbmRichRingFinderHoughImpl::fNofBinsY, CbmRichRingFinderHoughImpl::fTimeCut, i, and sqrt().
Referenced by CbmRichRingFinderHoughImpl::HoughTransform().
|
virtual |
Definition at line 15 of file CbmRichRingFinderHoughSimd.cxx.
References f, CbmRichRingFinderHoughImpl::fCurMinX, CbmRichRingFinderHoughImpl::fCurMinY, CbmRichRingFinderHoughImpl::fData, fDataV, CbmRichRingFinderHoughImpl::fDr, CbmRichRingFinderHoughImpl::fDx, CbmRichRingFinderHoughImpl::fDy, CbmRichRingFinderHoughImpl::fHist, CbmRichRingFinderHoughImpl::fHistR, CbmRichRingFinderHoughImpl::fHitInd, CbmRichRingFinderHoughImpl::fMaxDistanceSq, CbmRichRingFinderHoughImpl::fMinDistanceSq, CbmRichRingFinderHoughImpl::fMinNofHitsInArea, CbmRichRingFinderHoughImpl::fNofBinsR, CbmRichRingFinderHoughImpl::fNofBinsX, CbmRichRingFinderHoughImpl::fNofBinsXY, CbmRichHoughHitVec::fX, CbmRichHoughHitVec::fX2plusY2, CbmRichHoughHitVec::fY, and sqrt().
|
virtual |
Run HT for each hit.
Reimplemented from CbmRichRingFinderHoughImpl.
Definition at line 182 of file CbmRichRingFinderHoughSimd.cxx.
References CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), CbmRichRingFinderHoughImpl::fCurMinX, CbmRichRingFinderHoughImpl::fCurMinY, CbmRichRingFinderHoughImpl::fData, fDataV, CbmRichRingFinderHoughImpl::FindPeak(), CbmRichRingFinderHoughImpl::fMaxDistance, and CbmRichRingFinderHoughImpl::HoughTransform().
|
inherited |
Initialize algorithm parameters.
Definition at line 98 of file CbmRichRingFinderHoughImpl.cxx.
References CbmRichRingFinderHoughImpl::fANNSelect, CbmRichRingFinderHoughImpl::fFitCOP, CbmRichRingFinderHoughImpl::fHist, CbmRichRingFinderHoughImpl::fHistR, CbmRichRingFinderHoughImpl::fHitInd, CbmRichRingFinderHoughImpl::fNofBinsR, CbmRichRingFinderHoughImpl::fNofBinsXY, CbmRichRingFinderHoughImpl::fNofParts, CbmRichRingFinderHoughImpl::fUseAnnSelect, CbmRichRingSelectAnn::Init(), and CbmRichRingFinderHoughImpl::SetParameters().
Referenced by CbmRichRingFinderHough::Init().
|
inherited |
Reassign shared hits from two rings to only one of the rings.
[in,out] | ringInd1 | Index of the first ring. |
[in,out] | ringInd2 | Index of the second ring. |
Definition at line 467 of file CbmRichRingFinderHoughImpl.cxx.
References fabs(), CbmRichRingFinderHoughImpl::fData, CbmRichRingFinderHoughImpl::fFoundRings, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetHitId(), CbmRichRingFinderHoughImpl::GetHitIndexById(), CbmRichRingLight::GetNofHits(), CbmRichRingLight::GetRadius(), CbmRichRingLight::RemoveHit(), and sqrt().
Referenced by CbmRichRingFinderHoughImpl::RingSelection().
|
inherited |
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 411 of file CbmRichRingFinderHoughImpl.cxx.
References fabs(), CbmRichRingFinderHoughImpl::fCurTime, CbmRichRingFinderHoughImpl::fData, CbmRichRingFinderHoughImpl::fMaxCutEl, CbmRichRingFinderHoughImpl::fRmsCoeffEl, CbmRichRingFinderHoughImpl::fTimeCut, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetChi2(), CbmRichRingLight::GetNofHits(), CbmRichRingLight::GetRadius(), and sqrt().
Referenced by CbmRichRingFinderHoughImpl::FindPeak().
|
inherited |
Ring selection procedure.
Definition at line 428 of file CbmRichRingFinderHoughImpl.cxx.
References CbmRichRingFinderHoughImpl::fFoundRings, CbmRichRingFinderHoughImpl::fUsedHitsAllCut, CbmRichRingLight::GetHitId(), CbmRichRingLight::GetNofHits(), CbmRichRingFinderHoughImpl::ReAssignSharedHits(), and CbmRichRingLight::SetRecFlag().
Referenced by CbmRichRingFinderHoughImpl::DoFind().
|
inlineinherited |
Set array of hits.
[in] | data | Array of hits. |
Definition at line 197 of file CbmRichRingFinderHoughImpl.h.
References CbmRichRingFinderHoughImpl::fData.
Referenced by CbmRichRingFinderHough::DoFind().
|
inherited |
Set parameters of the algorithm.
Definition at line 128 of file CbmRichRingFinderHoughImpl.cxx.
References CbmRichRingFinderHoughImpl::fAnnCut, CbmRichRingFinderHoughImpl::fDr, CbmRichRingFinderHoughImpl::fDx, CbmRichRingFinderHoughImpl::fDy, CbmRichRingFinderHoughImpl::fHTCut, CbmRichRingFinderHoughImpl::fHTCutR, CbmRichRingFinderHoughImpl::fMaxCutCOP, CbmRichRingFinderHoughImpl::fMaxCutEl, CbmRichRingFinderHoughImpl::fMaxDistance, CbmRichRingFinderHoughImpl::fMaxDistanceSq, CbmRichRingFinderHoughImpl::fMaxRadius, CbmRichRingFinderHoughImpl::fMinDistance, CbmRichRingFinderHoughImpl::fMinDistanceSq, CbmRichRingFinderHoughImpl::fMinNofHitsInArea, CbmRichRingFinderHoughImpl::fMinRadius, CbmRichRingFinderHoughImpl::fNofBinsR, CbmRichRingFinderHoughImpl::fNofBinsX, CbmRichRingFinderHoughImpl::fNofBinsXY, CbmRichRingFinderHoughImpl::fNofBinsY, CbmRichRingFinderHoughImpl::fNofParts, CbmRichRingFinderHoughImpl::fRmsCoeffCOP, CbmRichRingFinderHoughImpl::fRmsCoeffEl, CbmRichRingFinderHoughImpl::fTimeCut, and CbmRichRingFinderHoughImpl::fUsedHitsAllCut.
Referenced by CbmRichRingFinderHoughImpl::Init().
|
inlineinherited |
Definition at line 207 of file CbmRichRingFinderHoughImpl.h.
References CbmRichRingFinderHoughImpl::fUseAnnSelect.
Referenced by CbmRichRingFinderHough::Init().
|
protectedinherited |
Definition at line 71 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 88 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), CbmRichRingFinderHoughImpl::Init(), and CbmRichRingFinderHoughImpl::~CbmRichRingFinderHoughImpl().
|
protectedinherited |
Definition at line 76 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), HoughTransformReconstruction(), and CbmRichRingFinderHoughImpl::HoughTransformReconstruction().
|
protectedinherited |
Definition at line 77 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), HoughTransformReconstruction(), and CbmRichRingFinderHoughImpl::HoughTransformReconstruction().
|
protectedinherited |
|
protectedinherited |
Definition at line 81 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), CbmRichRingFinderHoughImpl::DoFind(), CbmRichRingFinderHoughImpl::FindPeak(), CbmRichRingFinderHoughImpl::GetHitIndexById(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), HoughTransformReconstruction(), CbmRichRingFinderHoughImpl::HoughTransformReconstruction(), CbmRichRingFinderHoughImpl::ReAssignSharedHits(), CbmRichRingFinderHoughImpl::RemoveHitsAroundRing(), and CbmRichRingFinderHoughImpl::SetData().
std::vector<CbmRichHoughHitVec> CbmRichRingFinderHoughSimd::fDataV |
Definition at line 47 of file CbmRichRingFinderHoughSimd.h.
Referenced by HoughTransformGroup(), and HoughTransformReconstruction().
|
protectedinherited |
Definition at line 52 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 50 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 51 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 87 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), CbmRichRingFinderHoughImpl::Init(), and CbmRichRingFinderHoughImpl::~CbmRichRingFinderHoughImpl().
|
protectedinherited |
|
protectedinherited |
Definition at line 82 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::Init().
|
protectedinherited |
Definition at line 83 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::Init().
|
protectedinherited |
Definition at line 85 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::Init().
|
protectedinherited |
Definition at line 58 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 62 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 69 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 67 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::RemoveHitsAroundRing(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 42 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), HoughTransformReconstruction(), CbmRichRingFinderHoughImpl::HoughTransformReconstruction(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 45 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 48 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 43 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 44 of file CbmRichRingFinderHoughImpl.h.
Referenced by HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 64 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 47 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
|
protectedinherited |
Definition at line 53 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 55 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), HoughTransformGroup(), CbmRichRingFinderHoughImpl::Init(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 54 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::HoughTransformGroup(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 40 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), CbmRichRingFinderHoughImpl::HoughTransform(), CbmRichRingFinderHoughImpl::Init(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 68 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 66 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::RemoveHitsAroundRing(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 74 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), CbmRichRingFinderHoughImpl::FindPeak(), CbmRichRingFinderHoughImpl::HoughTransformGroup(), CbmRichRingFinderHoughImpl::RemoveHitsAroundRing(), and CbmRichRingFinderHoughImpl::SetParameters().
|
protectedinherited |
Definition at line 79 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::FindPeak(), CbmRichRingFinderHoughImpl::Init(), and CbmRichRingFinderHoughImpl::SetUseAnnSelect().
|
protectedinherited |
Definition at line 72 of file CbmRichRingFinderHoughImpl.h.
Referenced by CbmRichRingFinderHoughImpl::RingSelection(), and CbmRichRingFinderHoughImpl::SetParameters().
|
staticprotectedinherited |
Definition at line 36 of file CbmRichRingFinderHoughImpl.h.