hi,
i discovered the problem why 'lrn' would segfault on my computer but
not for anyone else. it has to do with how my newer version of root
handles TMatrix::Clear
TMatrix::Clear() previously inherited from TObject::Clear() and did nothing
in v3.05.07, TMatrix::Clear() was redefined to delete[] the data array
neither of these versions were what we expected!
this could have an impact on the charge determination for multiple runs,
since the charge matrices were not begin cleared by the Clear() function
call.
michael,
just incase this affects the charge, could you restart the recrunch?
--thanks, chris
This archive was generated by hypermail 2.1.2 : Mon Feb 24 2014 - 14:07:31 EST