StRoot
1
|
#include <StFinderAlg.h>
Public Member Functions | |
Bool_t | isReady () const |
Check if status is ready for hit finding. | |
virtual void | clear ()=0 |
clear things before doing the finding for the next event | |
Static Public Member Functions | |
static void | setEventNum (Int_t eventNum) |
static Int_t | getEventNum () |
Protected Attributes | |
Bool_t | mIsReady |
See header file
Abstract base class for various "finder" algorithms. Note: does not exist any "action" methods such as "find" as these may have different inputs for various children classes.
Definition at line 17 of file StFinderAlg.h.