#include <StiVertexFinder.h>

Public Member Functions | |
| StiVertexFinder (const string &name) | |
| virtual int | fit (StEvent *)=0 |
| Find the vertex(es) associated with the given event. | |
| virtual StiHit * | getVertex (int index)=0 |
| virtual int | size () const =0 |
| Factory< StiHit > * | getHitFactory () |
| virtual void | clear ()=0 |
| const std::vector< StiHit * > * | result () |
Protected Attributes | |
| Factory< StiHit > * | _hitFactory |
| std::vector< StiHit * > | _result |
Definition at line 13 of file StiVertexFinder.h.
1.5.9