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
StEEmcPool
muEztPanitkin
SpyGeneric.h
1
#ifndef SpyGeneric_h
2
#define SpyGeneric_h
3
4
class
TH1;
5
6
#include <TString.h>
7
8
class
SpyGeneric
{
9
protected
:
10
TH1 * h;
11
TString text;
12
13
public
:
14
SpyGeneric
(){};
15
SpyGeneric
* set(TH1 * h0, TString tx=
""
);
16
virtual
~
SpyGeneric
(){};
17
virtual
bool
sense(FILE *fd)=0;
18
};
19
20
#endif
SpyGeneric
Definition:
SpyGeneric.h:8
Generated by
1.8.5