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
StFttDbMaker
StFttDbMaker.h
1
#ifndef STFTTDBMAKER_H
2
#define STFTTDBMAKER_H
3
4
#ifndef StMaker_H
5
#include "StMaker.h"
6
#endif
7
8
class
StFttDb
;
9
10
class
StFttDbMaker
:
public
StMaker
{
11
public
:
12
StFttDbMaker
(
const
char
*name=
"fttDbMkr"
);
13
virtual
~
StFttDbMaker
();
14
virtual
int
Init();
15
int
InitRun(
int
runNumber);
16
void
Clear
(Option_t *option);
17
int
Make
();
18
void
setDbAccess(
int
v){mDbAccess=v;}
19
20
private
:
21
StFttDb
*mFttDb;
22
int
mDbAccess=1;
23
24
ClassDef(
StFttDbMaker
,1)
//StAF chain virtual base class for Makers
25
};
26
27
#endif
StFttDbMaker::Clear
void Clear(Option_t *option)
User defined functions.
Definition:
StFttDbMaker.cxx:30
StFttDbMaker::Make
int Make()
Definition:
StFttDbMaker.cxx:34
StMaker
Definition:
StMaker.h:57
StFttDb
Definition:
StFttDb.h:36
StFttDbMaker
Definition:
StFttDbMaker.h:10
Generated by
1.8.5