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