MFilterByHeaterWord.hh

Go to the documentation of this file.
00001 #ifndef _M_FILTERBYHEATERWORD_HH_
00002 #define _M_FILTERBYHEATERWORD_HH_
00003 
00043 #include "QFilter.hh"
00044 
00045 class MFilterByHeaterWord : public QFilter {
00046    
00047 public:
00049    MFilterByHeaterWord(QSequence* s);
00050    
00052    ~MFilterByHeaterWord();
00053    
00055    void GetCuts();
00056    
00058    bool Filter(const QEvent* ev);
00059    
00060 private:
00061    unsigned int fWordToMatch;
00062    bool fInvertMatch;
00063    bool fAlwaysPass;
00064 };
00065 
00066 #endif
00067 

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