StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiStarVertexFinder.h
1 #ifndef StiStarVertexFinder_H
2 #define StiStarVertexFinder_H 1
3 #include "Sti/StiVertexFinder.h"
6 {
7 public:
8  StiStarVertexFinder(const string & name);
9  virtual ~StiStarVertexFinder();
10  int fit(StEvent*); // fit the vertex
11  StiHit * getVertex(int index);
12  int size() const;
13  void clear();
14 private:
16 };
17 
18 
19 #endif
Definition: StiHit.h:51
StiHit * getVertex(int index)