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