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 |