[ROOT] R__unzip: error in header

From: Nir (nir@post.tau.ac.il)
Date: Fri May 16 2003 - 09:07:51 MEST


Using version 3.01/06 under a Debian i686 kernel.

I was wondering what are the general reasons for a "R__unzip: error in 
header" error while trying to get an object from the current directory 
(file.Get("ObjectName")). It seems to be a very selective error since it 
appears only on one of three objects prepared exactly the same:

TCanvas* cc;
.
.
.
TString BaseName = udir->GetTitle();
TString CName = BaseName + "Counts";
cc = new TCanvas(CName, BaseName, 1000, 750);
cc->Divide(2, ndets);
.
. (Drawing into canvases)
.
cc->Update();
cc->Write();



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:11 MET