Diana Software
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:
61  int fReadNum;
62  int fTestOK;
63  int fTestKO;
64 
65 };
66 
67 #endif
68 
one-line description of your module
diana event
Definition: QEvent.hh:46
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...