StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StGridCollector
StGridCollector.h
1
18
#ifndef STAR_StGridCollector
19
#define STAR_StGridCollector
20
21
#include "StFileI.h"
22
23
class
StGridCollector
:
public
StFileI
{
24
25
protected
:
// no public access to these functions, no automatic functions
26
StGridCollector
() :
StFileI
() {}
27
StGridCollector
(
const
StGridCollector
&);
28
const
StGridCollector
& operator=(
const
StGridCollector
&);
29
30
public
:
31
32
virtual
~
StGridCollector
() {}
33
34
static
StGridCollector
*Create(
const
char
* sel=0);
35
virtual
Int_t GetNEvents() = 0;
36
virtual
void
holdFiles() = 0;
37
38
ClassDef(
StGridCollector
,0)
39
40
};
41
42
#endif
StGridCollector
Definition:
StGridCollector.h:23
StFileI
Definition:
StFileI.h:46
Generated by
1.8.5