1 void mudst(
char * file=
"/star/data13/reco/production_dAu2008/ReversedFullField/P08ie/2008/021/9021048/st_fast_9021048_raw_1110017.MuDst.root",
4 gROOT->Macro(
"loadMuDst.C");
5 gSystem->Load(
"StDbBroker.so");
6 gSystem->Load(
"St_db_Maker.so");
7 gSystem->Load(
"StFmsDbMaker.so");
9 cout <<
"Setting up chain" << endl;
12 cout <<
"Setting up MuDstMaker with file=" << file << endl;
15 cout <<
"Setting up St_db_Maker" << endl;
18 dbMaker->SetDateTime(20090601, 0);
20 cout <<
"Setting up StFmsDbMaker" << endl;
24 cout <<
"Init Chain" << endl;
26 cout <<
"Event Loop nEvents=" << nEvents << endl;
27 chain->EventLoop(0,nEvents);
29 cout <<
"Finish Chain" << endl;
void setDebug(Int_t debug)
debug mode, 0 for minimal message, >0 for more debug messages