Re: [ROOT] TTreeViewer

From: Rene Brun (Rene.Brun@cern.ch)
Date: Fri Feb 23 2001 - 16:32:24 MET


libTreeViewer.so is not linked by default with the root executable module.
You can do either:
 - gSystem->Load("libTreeViewer");
   tv = new TTreeViewer("h20");
or simply
 - h20->StartViewer();

Rene Brun


Bandurin Dmitry wrote:
> 
> I have type in the ROOT session:
> 
> root [0] tv = new TTreeViewer("h20");
> 
> and have received the following:
> 
> Error: No symbol TTreeViewer in current scope FILE:/tmp/filelrQGh8_cint LINE:1
> Error: type TTreeViewer not defined FILE:/tmp/filelrQGh8_cint LINE:1
> 
> Does anybody know what is the reason of the error?
> Wrong installation?
> 
> ------------
> Dmitriy



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:37 MET