CbmRoot
|
#include <CbmRichParallelQa.h>
Public Member Functions | |
CbmRichParallelQa () | |
virtual | ~CbmRichParallelQa () |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *option) |
void | DoTestWithTask () |
void | SetNofTasks (int n) |
void | SetNofEvents (int n) |
CbmRichParallelQa (const CbmRichParallelQa &) | |
Copy constructor. More... | |
CbmRichParallelQa & | operator= (const CbmRichParallelQa &) |
Assignment operator. More... | |
Private Attributes | |
TClonesArray * | fRichRings |
TClonesArray * | fRichHits |
Int_t | fEventNumber |
Double_t | fExecTime |
int | fNofTasks |
int | fNofEvents |
CbmL1RichENNRingFinder * | fHT [kMAX_NOF_THREADS] |
std::vector< std::vector< CbmRichHoughHit > > | fData |
Static Private Attributes | |
static const int | kMAX_NOF_THREADS = 80 |
CbmRichParallelQa::CbmRichParallelQa | ( | ) |
Definition at line 119 of file CbmRichParallelQa.cxx.
References i.
|
virtual |
Definition at line 129 of file CbmRichParallelQa.cxx.
CbmRichParallelQa::CbmRichParallelQa | ( | const CbmRichParallelQa & | ) |
Copy constructor.
void CbmRichParallelQa::DoTestWithTask | ( | ) |
Definition at line 198 of file CbmRichParallelQa.cxx.
References task.
|
virtual |
Definition at line 160 of file CbmRichParallelQa.cxx.
References CbmRichHoughHit::fHit, TMyObserver::FInit(), CbmRichHoughHit::fIsUsed, CbmRichHitLight::fX, CbmRichHoughHit::fX2plusY2, CbmRichHitLight::fY, CbmPixelHit::GetX(), and CbmPixelHit::GetY().
|
virtual |
Definition at line 131 of file CbmRichParallelQa.cxx.
References i.
CbmRichParallelQa& CbmRichParallelQa::operator= | ( | const CbmRichParallelQa & | ) |
Assignment operator.
|
inline |
Definition at line 44 of file CbmRichParallelQa.h.
References fNofEvents.
|
inline |
Definition at line 42 of file CbmRichParallelQa.h.
References fNofTasks.
|
private |
Definition at line 29 of file CbmRichParallelQa.h.
|
private |
Definition at line 21 of file CbmRichParallelQa.h.
|
private |
Definition at line 22 of file CbmRichParallelQa.h.
|
private |
Definition at line 28 of file CbmRichParallelQa.h.
|
private |
Definition at line 25 of file CbmRichParallelQa.h.
Referenced by SetNofEvents().
|
private |
Definition at line 24 of file CbmRichParallelQa.h.
Referenced by SetNofTasks().
|
private |
Definition at line 19 of file CbmRichParallelQa.h.
|
private |
Definition at line 18 of file CbmRichParallelQa.h.
|
staticprivate |
Definition at line 23 of file CbmRichParallelQa.h.