1 #ifndef StiVertexFinder_H
2 #define StiVertexFinder_H 1
3 #include "Sti/Base/Factory.h"
4 #include "Sti/Base/Named.h"
20 virtual StiHit * getVertex(
int index) =0;
21 virtual int size()
const =0;
23 virtual void clear()=0;
25 const std::vector<StiHit*> *result();
30 std::vector<StiHit*> _result;
virtual int fit(StEvent *)=0
Find the vertex(es) associated with the given event.