#include <StGridCollector.h>

Public Member Functions | |
| virtual Int_t | GetNEvents ()=0 |
| virtual void | holdFiles ()=0 |
Static Public Member Functions | |
| static StGridCollector * | Create (const char *sel=0) |
Protected Member Functions | |
| StGridCollector (const StGridCollector &) | |
| const StGridCollector & | operator= (const StGridCollector &) |
Class enables the interface to the Grid Collector services.
To isolate the implementation details from the STAR Analysis Framework, it uses the factor pattern. In keeping with the convention, this class implements a static method called Create() for constructing an object of StGridCollector type. The function Create() loads the appropriate shared libraries that implement the real interface.
John Wu <John.Wu@nersc.gov>
Definition at line 23 of file StGridCollector.h.
1.5.9