10 void exampleStEvent() {
11 gROOT->LoadMacro(
"$STAR/StRoot/StMuDSTMaker/COMMON/macros/loadSharedLibraries.C");
12 loadSharedLibraries();
14 cout <<
" loading done " << endl;
19 maker =
new StMuDstMaker(0,0,
"",
"AuAu200.lis",
"MuDst.root:st_physics",3);
22 db->
addDb(
"/star/u/laue/afsWork/P02g.db");
26 while ( maker->
Make()==0 ) {
31 if (ev)
delete ev; ev=0;
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
StEvent * createStEvent()
creates a StEvent from the StMuDst (this) and returns a pointer to it. (This function is not yet fini...