Re: [ROOT] GetListOfRealData() in v3.05.3 and v3.05.2

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu Apr 17 2003 - 10:07:20 MEST


Hi Andreas,

In version 3.05/03 we are now considering TString and STL string to be 
like basic types, hence the change you see in the list of TRealData.

Rene Brun

Andreas Mussgiller wrote:
> 
> Hello ROOTers,
> 
> I have a problem with the results of TClass::GetListOfRealData().
> Here is a example session with root version 3.05.2
> 
> root [0] TClass * cl = TCut::Class();
> root [1] cl->BuildRealData();
> root [2] cl->GetStreamerInfo();
> root [3] TList * l = cl->GetListOfRealData();
> root [4] l->Print();
> OBJ: TRealData  fName   Description of persistent data members
> OBJ: TRealData  fName.*fData    Description of persistent data members
> OBJ: TRealData  fTitle  Description of persistent data members
> OBJ: TRealData  fTitle.*fData   Description of persistent data members
> OBJ: TRealData  fUniqueID       Description of persistent data members
> OBJ: TRealData  fBits   Description of persistent data members
> 
> With root version 3.05.3 the session looks like this:
> 
> root [0] TClass * cl = TCut::Class();
> root [1] cl->BuildRealData();
> root [2] cl->GetStreamerInfo();
> root [3] TList * l = cl->GetListOfRealData();
> root [4] l->Print();
> OBJ: TRealData  fName   Description of persistent data members
> OBJ: TRealData  fTitle  Description of persistent data members
> OBJ: TRealData  fUniqueID       Description of persistent data members
> OBJ: TRealData  fBits   Description of persistent data members
> 
> Is there a way to reproduce the result of version 3.05.2 and below with
> the latest root version ? What am I missing ?
> 
> Thanks
> 
> Best regards,
> Andreas
> 
> --
> ---------------------------------
> 
> Andreas Mussgiller
> Institut fuer Kernphysik
> Forschungszentrum Juelich
> D-52425 Juelich
> 
> phone:  +49-2461-61-3154
> fax:    +49-2461-61-3930
> mail:   a.mussgiller@fz-juelich.de
> http://www.fz-juelich.de/ikp/anke/vertex



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET