MANNsom.hh

Go to the documentation of this file.
00001 
00029 #ifndef _Q_ANNSOM_H_
00030 #define _Q_ANNSOM_H_
00031 
00032 #include "QCuore.hh"
00033 #include "QModule.hh"
00034 
00035 class MANNsom : public QModule {
00036   
00037 public:
00038   MANNsom(QSequence* s);
00039   
00040   virtual ~MANNsom();
00041   
00042   // Init method is called before event loop
00043   virtual void Init();
00044   
00045   // Doit method is called for each event, getting the event as argument
00046   virtual QEvent* Do( QEvent* ev);
00047   
00048   // Done method is called after event loop
00049   virtual void Done();
00050 
00051 private:
00052 };
00053 
00054 #endif

Generated on Tue Nov 16 10:49:57 2010 for CUORE Software by  doxygen 1.5.6