CbmRoot
CbmRichRingFinderHoughSimd.h
Go to the documentation of this file.
1 
10 #ifndef CBM_RICH_RING_FINDER_HOUGH_SIMD
11 #define CBM_RICH_RING_FINDER_HOUGH_SIMD
12 
14 //#include "../L1/L1Algo/L1Types.h"
15 //#include "../L1/L1Algo/vectors/P4_F32vec4.h"
16 
18 public:
22  //unsigned short int fId;
23  //Bool_t fIsUsed;
25 
35 
36 public:
38 
40 
41  virtual void HoughTransformReconstruction();
42 
43  virtual void HoughTransformGroup(unsigned short int indmin,
44  unsigned short int indmax,
45  Int_t iPart);
46 
47  std::vector<CbmRichHoughHitVec> fDataV;
48 };
49 #endif
CbmRichHoughHitVec::fY
fvec fY
Definition: CbmRichRingFinderHoughSimd.h:20
CbmRichRingFinderHoughImpl.h
Ring finder implementation based on Hough Transform method.
F32vec4
Definition: L1/vectors/P4_F32vec4.h:47
CbmRichRingFinderHoughSimd::HoughTransformReconstruction
virtual void HoughTransformReconstruction()
Run HT for each hit.
Definition: CbmRichRingFinderHoughSimd.cxx:182
_fvecalignment
class CbmRichHoughHitVec _fvecalignment
CbmRichRingFinderHoughSimd::HoughTransformGroup
virtual void HoughTransformGroup(unsigned short int indmin, unsigned short int indmax, Int_t iPart)
Definition: CbmRichRingFinderHoughSimd.cxx:15
CbmRichRingFinderHoughSimd
SIMDized ring finder based on Hough Transform method.
Definition: CbmRichRingFinderHoughSimd.h:34
CbmRichHoughHitVec::fX2plusY2
fvec fX2plusY2
Definition: CbmRichRingFinderHoughSimd.h:21
CbmRichRingFinderHoughSimd::fDataV
std::vector< CbmRichHoughHitVec > fDataV
Definition: CbmRichRingFinderHoughSimd.h:47
CbmRichRingFinderHoughSimd::CbmRichRingFinderHoughSimd
CbmRichRingFinderHoughSimd()
Definition: CbmRichRingFinderHoughSimd.cxx:13
CbmRichHoughHitVec::fX
fvec fX
Definition: CbmRichRingFinderHoughSimd.h:19
CbmRichRingFinderHoughImpl
Ring finder implementation based on Hough Transform method.
Definition: CbmRichRingFinderHoughImpl.h:33
CbmRichHoughHitVec
Definition: CbmRichRingFinderHoughSimd.h:17
CbmRichRingFinderHoughSimd::~CbmRichRingFinderHoughSimd
~CbmRichRingFinderHoughSimd()
Definition: CbmRichRingFinderHoughSimd.h:39