00001 #ifndef _M_APOLLOTRG_HH_ 00002 #define _M_APOLLOTRG_HH_ 00003 00045 #include "QFilter.hh" 00046 00047 class MApolloTrg : public QFilter { 00048 00049 public: 00051 MApolloTrg(QSequence* s); 00052 00054 ~MApolloTrg(); 00055 00057 void GetCuts(); 00058 00060 bool Filter(const QEvent* ev); 00061 00062 private: 00063 int fMask; 00064 bool fExact; 00065 }; 00066 00067 #endif