MPulseBasicParameters.hh

Go to the documentation of this file.
00001 #ifndef _M_PULSEBASICPARAMETERS_HH_
00002 #define _M_PULSEBASICPARAMETERS_HH_
00003 
00036 #include "QModule.hh"
00037 
00038 class MPulseBasicParameters : public QModule {
00039 
00040     public:
00042         MPulseBasicParameters(QSequence* s);
00043 
00045         ~MPulseBasicParameters();
00046 
00048         void Init();
00049 
00051         QEvent* Do(QEvent* ev);
00052 
00054         void Done();
00055     private:
00056         bool fIsOnline;
00057 
00058 };
00059 
00060 #endif
00061 

Generated on Fri Mar 6 13:40:40 2009 for CUORE Software by  doxygen 1.5.1