Re: [ROOT] TList

From: Sebastien Greder (greder@in2p3.fr)
Date: Tue Nov 26 2002 - 11:19:58 MET


Hi Giuseppe,

Replacing TList *list by :
TList *list = new TList() ;

works for me.

cheers,

seb.

On Tue, 26 Nov 2002, [iso-8859-1] giuseppe.foggi@libero.it wrote:

> Hi, 
>  I have this script
>  
>  ..............
>  .............
>  
> 	TList *filelist;
> 	Int_t count=0;
>  ...................
>  .............
> 	count++;
> 	TString s(10000);
> 	s.ReadLine(testo,kFALSE);
> 	TObjString *objstr=new TObjString(s);
> 	filelist->AddAt(objstr,count);
> 	TString p(objstr->String());
>         delete objstr;
>  ..............
>  .........
>  
>  I got "Segmentation Fault" where it try to execute
>  "filelist->AddAt(objstr,count);" why?
>  TObjString is a TObject so I can create a TList of TObjString?!
>  
>  Thank you.
>  Giuseppe.
>  
> 
> 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:21 MET