EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CbmRichRingFinderHoughSimd.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmRichRingFinderHoughSimd.h
1
10
#ifndef CBM_RICH_RING_FINDER_HOUGH_SIMD
11
#define CBM_RICH_RING_FINDER_HOUGH_SIMD
12
13
#include "
CbmRichRingFinderHoughImpl.h
"
14
//#include "../L1/L1Algo/L1Types.h"
15
//#include "../L1/L1Algo/vectors/P4_F32vec4.h"
16
17
class
CbmRichHoughHitVec
{
18
public
:
19
fvec
fX
;
20
fvec
fY
;
21
fvec
fX2plusY2
;
22
//unsigned short int fId;
23
//Bool_t fIsUsed;
24
}
_fvecalignment
;
25
34
class
CbmRichRingFinderHoughSimd
:
public
CbmRichRingFinderHoughImpl
35
{
36
37
public
:
38
CbmRichRingFinderHoughSimd
();
39
40
~CbmRichRingFinderHoughSimd
(){;}
41
42
virtual
void
HoughTransformReconstruction
();
43
44
virtual
void
HoughTransformGroup
(
45
unsigned
short
int
indmin,
46
unsigned
short
int
indmax,
47
Int_t iPart);
48
49
std::vector<CbmRichHoughHitVec>
fDataV
;
50
51
};
52
#endif
EicRoot
blob
master
rich
finder
CbmRichRingFinderHoughSimd.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration