87 "/afs/rhic.bnl.gov/star/data/samples/gstar.dst.root")
90 gSystem->Load(
"St_base");
91 gSystem->Load(
"StChain");
93 gSystem->Load(
"libglobal_Tables");
94 gSystem->Load(
"libgen_Tables");
95 gSystem->Load(
"libsim_Tables");
97 gSystem->Load(
"StIOMaker");
107 IOMk->SetBranch(
"*",0,
"0");
108 IOMk->SetBranch(
"dstBranch",0,
"r");
119 EventLoop:
if (i <= nevents && !istat) {
120 cout <<
"============================ Event " << i <<
" start" << endl;
122 istat = chain->
Make(i);
123 cout <<
" istat value returned from chain Make = " << istat << endl;
124 if (istat) {cout <<
"Last event processed. Status = " << istat << endl;}
129 cout <<
" bfcread: passed event loop " << endl;
131 Event = chain->GetDataSet(
"dst");
134 brow =
new TBrowser(
"BName",
"BTitle");
virtual void SetIOMode(Option_t *iomode="w")
number of transactions
virtual void Clear(Option_t *option="")
User defined functions.
virtual void ls(Option_t *option="") const