MTestModule Class Reference
[Modules]
List of all members.
Detailed Description
diana framework software test.
- Author:
- Marco Vignati Needed by developers to check the correct program flow and the framework core APIs
|
Public Member Functions |
|
| MTestModule (QSequence *s) |
|
virtual void | Init () |
| | Init method is called before event loop.
|
|
virtual QEvent * | Do (QEvent *ev) |
| | Doit method is called for each event, getting the event as argument.
|
|
virtual void | Done () |
| | Done method is called after event loop.
|
Private Attributes |
|
bool | fIsFirstSequence |
|
unsigned int | fIter |
|
TH1D * | fGlobalHisto |
|
QVector | fGlobalQVector |
|
QMatrix | fGlobalQMatrix |
|
QVector | fEventVector |
|
QVectorC | fEventVectorC |
|
TH1D * | fEventHisto |
|
int | fTestOK |
|
int | fTestKO |
|
bool | fWriteEvtNum |
|
bool | fTestGlobal |
|
bool | fTestEvent |
|
bool | fTestJump |
|
bool | fTestDefaults |
|
bool | testConfigFile |
|
unsigned int | fMyOccurrence |
Static Private Attributes |
|
static QSequence * | fFirstSequence = NULL |
|
static QSequence * | fCurrentSequence = NULL |
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/modtest/MTestModule.hh
- /home/cuoresvn/cuore/pkg/modtest/MTestModule.cc