StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StAcceptAllEvents.h
1 #ifndef STACCEPTALLEVENTS_HH
2 #define STACCEPTALLEVENTS_HH
3 #include "StRareEventCut.h"
4 #include <Stiostream.h>
5 class StEvent;
7 
8  public:
10  ~StAcceptAllEvents(){};
11  int Accept(StEvent* event);
12  void Report();
13  ClassDef(StAcceptAllEvents,1)
14 };
15 
16 #endif