Re: [ROOT] R__unzip: error in header

From: Rene Brun (Rene.Brun@cern.ch)
Date: Fri May 16 2003 - 09:18:25 MEST


Hi,

It is difficult to figure out what is the cause of your problem without
more detailed information .
Could you send a script as short as possible reproducing this problem?
I also suggest to move to a more recent version, such as 3.05/05

Rene Brun

Nir wrote:
> 
> 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