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