StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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
void Clear(Option_t *option)
User defined functions.