|
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. | |
| CbmRichParallelQa & | operator= (const CbmRichParallelQa &) |
| Assignment operator. | |
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 123 of file CbmRichParallelQa.cxx.
References fEventNumber, fExecTime, fHT, and kMAX_NOF_THREADS.
Referenced by CbmRichParallelQa(), and operator=().
|
virtual |
Definition at line 134 of file CbmRichParallelQa.cxx.
References fHT.
| CbmRichParallelQa::CbmRichParallelQa | ( | const CbmRichParallelQa & | ) |
Copy constructor.
References CbmRichParallelQa().
| void CbmRichParallelQa::DoTestWithTask | ( | ) |
|
virtual |
Definition at line 166 of file CbmRichParallelQa.cxx.
References DoTestWithTask(), fData, fEventNumber, CbmRichHoughHit::fHit, TMyObserver::FInit(), CbmRichHoughHit::fIsUsed, fNofEvents, fNofTasks, fRichHits, CbmRichHitLight::fX, CbmRichHoughHit::fX2plusY2, CbmRichHitLight::fY, CbmPixelHit::GetX(), and CbmPixelHit::GetY().
|
virtual |
Definition at line 136 of file CbmRichParallelQa.cxx.
References fHT, fRichHits, fRichRings, and kMAX_NOF_THREADS.
| CbmRichParallelQa & CbmRichParallelQa::operator= | ( | const CbmRichParallelQa & | ) |
Assignment operator.
References CbmRichParallelQa().
|
inline |
Definition at line 48 of file CbmRichParallelQa.h.
References fNofEvents.
|
inline |
Definition at line 46 of file CbmRichParallelQa.h.
References fNofTasks.
|
private |
Definition at line 33 of file CbmRichParallelQa.h.
Referenced by DoTestWithTask(), and Exec().
|
private |
Definition at line 25 of file CbmRichParallelQa.h.
Referenced by CbmRichParallelQa(), and Exec().
|
private |
Definition at line 26 of file CbmRichParallelQa.h.
Referenced by CbmRichParallelQa(), and DoTestWithTask().
|
private |
Definition at line 32 of file CbmRichParallelQa.h.
Referenced by CbmRichParallelQa(), DoTestWithTask(), Init(), and ~CbmRichParallelQa().
|
private |
Definition at line 29 of file CbmRichParallelQa.h.
Referenced by Exec(), and SetNofEvents().
|
private |
Definition at line 28 of file CbmRichParallelQa.h.
Referenced by DoTestWithTask(), Exec(), and SetNofTasks().
|
private |
Definition at line 23 of file CbmRichParallelQa.h.
|
private |
Definition at line 22 of file CbmRichParallelQa.h.
Referenced by Init().
|
staticprivate |
Definition at line 27 of file CbmRichParallelQa.h.
Referenced by CbmRichParallelQa(), and Init().