00001 #ifndef STRAREEVENTCUT_HH 00002 #define STRAREEVENTCUT_HH 00003 #include <TObject.h> 00004 class StEvent; 00005 class StRareEventCut : public TObject { 00006 00007 public: 00008 virtual int Accept(StEvent* event) = 0; 00009 virtual void Report() = 0; 00010 00011 ClassDef(StRareEventCut,0) 00012 }; 00013 #endif
1.5.9