[BLAST_ANAWARE] seg faul in dst reading

From: vitaliy ziskin (vziskin@mit.edu)
Date: Thu Sep 09 2004 - 14:52:31 EDT


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