When I try to read multiple dst files in the compiled code I get a seg
fault on the second file if "MACRO" is used and on the third file if
"MICRO" is used. I should note that multiple dst files are read out
properly in a root macro version of the code. What is going on?
Thanks, Vitaliy
P.S. relevant code is :
TBLDst dst;
.................
dst.Open(*gRecon, gOpt->DstFile(irun),"READ","MACRO");
<------------------- This is where "MICRO" fails
.....................................................
dst.GetEntry(iev); <----------- This is where "MACRO" fails
..............................................................................................
dst.Close();
This archive was generated by hypermail 2.1.2 : Mon Feb 24 2014 - 14:07:31 EST