00001
00014 #ifndef StMtdEvtFilterApplyMaker_hh
00015 #define StMtdEvtFilterApplyMaker_hh
00016
00017 #include "StTagFilterMaker.h"
00018
00019 class StMtdEvtFilterApplyMaker : public StTagFilterMaker {
00020 public:
00021
00022 StMtdEvtFilterApplyMaker(const Char_t *name="MtdEvtFilterApply");
00023 ~StMtdEvtFilterApplyMaker() {}
00024
00025 bool SkipEvent();
00026 virtual const char *GetCVS() const {
00027 static const char cvs[]="Tag $Name: $ $Id: $ built " __DATE__ " " __TIME__ ;
00028 return cvs;
00029 }
00030
00031
00032 ClassDef(StMtdEvtFilterApplyMaker,0)
00033 };
00034 #endif
00035
00036
00037
00038
00039
00040
00041
00042