Diana Software
MExpandEventToBaseTypes.hh
Go to the documentation of this file.
1 #ifndef _M_EXPANDEVENTTOBASETYPES_HH_
2 #define _M_EXPANDEVENTTOBASETYPES_HH_
3 
38 #include "QModule.hh"
39 
40 class MExpandEventToBaseTypes : public Diana::QModule {
41 
42  public:
43 
45  void Init(Diana::QEvent& ev);
46 
48  void Do(Diana::QEvent& ev);
49  //void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
50 
52  void Done();
53  private:
55 
56 };
57 
58 #endif
59 
expand event objects into base type objects
void Do(Diana::QEvent &ev)
Do method. Declare and implement only one of the two versions.
void Init(Diana::QEvent &ev)
Init method.