CbmRoot
|
Implementation of RICH hit for ring finder algorithm. More...
#include <CbmRichRingFinderData.h>
Public Member Functions | |
CbmRichHoughHit () | |
Standard constructor. | |
virtual | ~CbmRichHoughHit () |
Public Attributes | |
CbmRichHitLight | fHit |
float | fX2plusY2 |
double | fTime |
bool | fIsUsed |
Implementation of RICH hit for ring finder algorithm.
Definition at line 20 of file CbmRichRingFinderData.h.
|
inline |
Standard constructor.
Definition at line 25 of file CbmRichRingFinderData.h.
|
inlinevirtual |
Definition at line 27 of file CbmRichRingFinderData.h.
CbmRichHitLight CbmRichHoughHit::fHit |
Definition at line 29 of file CbmRichRingFinderData.h.
Referenced by CbmRichRingFinderHoughImpl::DefineLocalAreaAndHits(), CbmRichRingFinderHough::DoFind(), and CbmRichParallelQa::Exec().
bool CbmRichHoughHit::fIsUsed |
Definition at line 32 of file CbmRichRingFinderData.h.
Referenced by CbmRichRingFinderHough::DoFind(), and CbmRichParallelQa::Exec().
double CbmRichHoughHit::fTime |
Definition at line 31 of file CbmRichRingFinderData.h.
Referenced by CbmRichRingFinderHough::DoFind().
float CbmRichHoughHit::fX2plusY2 |
Definition at line 30 of file CbmRichRingFinderData.h.
Referenced by CbmRichRingFinderHough::DoFind(), and CbmRichParallelQa::Exec().