StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ppDbLib.h
1 #ifndef _PPDBLIB_H_
2 #define _PPDBLIB_H_
3 
4 #include <RC_Config.h>
5 
6 struct ctrStruct {
7  int starttime;
8  int endtime;
9  int which;
10  int cnt;
11  int run;
12 };
13 
14 void writeCfgDb(PP_CFG *cfg);
15 void updateCfgDb(int run, int endtime, int nevts);
16 void writeCounterDb(ctrStruct *ctrs, int n);
17 void writeFileDb(int run, char *filename, int size);
18 void writeTestDb(int val);
19 void *writeTests(void *);
20 
21 #endif