Diana Software
MTestNeighboursContinuousIO.hh
Go to the documentation of this file.
1 #ifndef _M_TESTNEIGHBOURSCONTINUOUSIO_HH_
2 #define _M_TESTNEIGHBOURSCONTINUOUSIO_HH_
3 
38 #include "QModule.hh"
39 
40 class MTestNeighboursContinuousIO : public Diana::QModule {
41 
42  public:
46  void Init(Diana::QEvent& ev);
47 
49  void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
50 
52  void Done();
53  private:
54 
55 
56  int fTestOK;
57  int fTestKO;
58 
59 };
60 
61 #endif
62 
one-line description of your module
void Init(Diana::QEvent &ev)
Init method.
void Do(Diana::QEvent &ev, const Diana::QEventList &neighbours)
Do method. Declare and implement only one of the two versions.