00001 #ifndef STACCEPTALLEVENTS_HH 00002 #define STACCEPTALLEVENTS_HH 00003 #include "StRareEventCut.h" 00004 #include <Stiostream.h> 00005 class StEvent; 00006 class StAcceptAllEvents : public StRareEventCut { 00007 00008 public: 00009 StAcceptAllEvents(){}; 00010 ~StAcceptAllEvents(){}; 00011 int Accept(StEvent* event); 00012 void Report(); 00013 ClassDef(StAcceptAllEvents,1) 00014 }; 00015 00016 #endif
1.5.9