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
macros
test
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
8
StDbManager
* mgr=
StDbManager::Instance
();
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
StDbConfigNode
Definition:
StDbConfigNode.hh:102
StDbManager
Definition:
StDbManager.hh:148
StDbManager::Instance
static StDbManager * Instance()
strdup(..) is not ANSI
Definition:
StDbManager.cc:155
Generated by
1.8.5