Re: [ROOT] tab completion

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu Jun 22 2000 - 22:10:58 MEST


Angela,
AS you have found, the TAB completion does not work on variables
automatically allocated by CINT. It will work if you do
  TH3F *histo = (TH3F*)file.Get("myhisto");
  histo->[TAB]

We will see if it is possible to improve the algorithm.

Rene Brun

On Thu, 22 Jun 2000, Angela Biselli wrote:

> Hello,
> the tab completion sometimes seems not work.If for example I try to type
> histo->[TAB] where histo is an histogram stored in a file(not created in a
> macro) I get the error message:
> 
> "histo" is not of pointer type. Use this operator: .
> Warning in <TClass::TClass>: no dictionary for class TH3F*const is
> available
> 
> Am I doing something wrong when I create the histograms?
> 
> Regards
> 
> 	Angela
> 
> ps I'm using version 2.25 but I had the same problem with the previous one
> 
> -- 
> Angela Biselli             homepage : http://ignatz.phys.rpi.edu/~biselli
> Graduate Student           e-mail:biselli@angel.phys.rpi.edu
> Office TEL.518-276-2050 
> 



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:28 MET