MLCNullIdFilter.hh

00001 
00040 #ifndef _M_LCNULLIDFILTER_HH_
00041 #define _M_LCNULLIDFILTER_HH_
00042 
00043 #include "QFilter.hh"
00044 
00045 class MLCNullIdFilter : public QFilter {
00046 
00047     public:
00049         MLCNullIdFilter(QSequence* s);
00050 
00052         ~MLCNullIdFilter();
00053 
00055         void GetCuts();
00056 
00058         bool Filter(const QEvent* ev);
00059 
00060     private:
00061         bool fIsWP;
00062 
00063 };
00064 
00065 #endif

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