StRoot
1
|
#include <StFgtIPointAlgo.h>
Public Member Functions | |
StFgtIPointAlgo (const char *name, const char *title) | |
virtual Int_t | makePoints (StFgtCollection &)=0 |
virtual Int_t | Init ()=0 |
Abstract base class for point algorithm implementation. Provides prototype for: makePoints function, called to construct points from a given hit collection that are to be placed in the given point collectin Init() which is called when the parent makers Init function is called
Definition at line 27 of file StFgtIPointAlgo.h.