Re: Minor evaluation issue

From: Valeri Fine (Faine) (fine@bnl.gov)
Date: Tue Oct 05 1999 - 22:54:33 MEST


> Furthermore, if I *DO* declare the variable, ROOT doesn't print the 
> evaluation:
> 
> root [13] TArrayF *peds2 = string1->GetPedestalMean()
> root [14]
> 
> Could these two things be fixed as a convenience to the interactive 
> user?

  Did you try to use ";" to complete your C++ statement as follow?:

 root [13] TArrayF *peds2 = string1->GetPedestalMean(); // <--  watch "semicolon"
 root [14]

  May this help you ?
                                 Valery



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:40 MET