Diana Software
pkg
modtest
MTestRawEvent.hh
Go to the documentation of this file.
1
#ifndef _M_TESTRAWEVENT_HH_
2
#define _M_TESTRAWEVENT_HH_
3
39
#include "
QModule.hh
"
40
41
using namespace
Diana
;
42
43
class
MTestRawEvent
:
public
QModule {
44
45
public
:
46
MTestRawEvent
();
47
49
~
MTestRawEvent
();
50
52
void
Init(
QEvent
& ev);
53
55
void
Do(
QEvent
& ev);
56
58
void
Done();
59
private
:
60
int
fCheckInterval
;
61
int
fReadNum
;
62
int
fTestOK
;
63
int
fTestKO
;
64
65
};
66
67
#endif
68
QModule.hh
MTestRawEvent
one-line description of your module
Definition:
MTestRawEvent.hh:43
MTestRawEvent::fCheckInterval
int fCheckInterval
Definition:
MTestRawEvent.hh:60
MTestRawEvent::fTestKO
int fTestKO
Definition:
MTestRawEvent.hh:63
MTestRawEvent::fTestOK
int fTestOK
Definition:
MTestRawEvent.hh:62
MTestRawEvent::fReadNum
int fReadNum
Definition:
MTestRawEvent.hh:61
QEvent
diana event
Definition:
QEvent.hh:46
Diana
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...
Generated by
1.9.1