8 void dbMaker(
const char* dbName=
"test.db",
const char* inputList=
"test.lis") {
9 gROOT->LoadMacro(
"StRoot/StMuDSTMaker/COMMON/macros/loadSharedLibraries.C");
10 loadSharedLibraries();
11 cout <<
"loding done " << endl;
15 db->
addDb(
"dAu200.db");
int addDb(const char *dbFile)
add entries in dbFile to internal data base ( mDb ), will call sortDb(), returns number of entries in...
static void setLevel(unsigned int level)
sets the debug level
int createDB(const char *dbFile, const char *inputList)
scan the files in inputList for the number of events add add them to the dbFile file. Create dbFile file if not existent returns number of entries in mDb