StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DbList.C
1 void DbList(){
2 
3  // example to print the list of tables retrievable from
4  // the database(s).
5 
6  gSystem->Load("StDbLib");
7 
9  StDbConfigNode* node = mgr->initConfig("StarDb","reconV0");
10 
11 
12  mgr->setVerbose(true);
13  node->printTree(0);
14  // delete node;
15 }
16 
17 
18 
19 
20 
21 
22 
static StDbManager * Instance()
strdup(..) is not ANSI
Definition: StDbManager.cc:155