RE: [ROOT] Cint generated streamer

From: Philippe Canal (pcanal@popgtw.fnal.gov)
Date: Tue May 16 2000 - 20:42:10 MEST


Hi,

Thank you Yves for reporting this bug.  rootcint failed in your specific
case because of the index was not in
the class or in one its direct parent.  (I fixed the example below to show
the real error case)
I have now fixed this.

Philippe.
  -----Original Message-----
  From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Yves SCHUTZ
  Sent: Tuesday, May 16, 2000 1:37 AM
  To: roottalk
  Subject: [ROOT] Cint generated streamer


  I have the following case:
  class  SomeTopClass  : public TObject

  ......
  protected:

   Int_t         fMulDigit ;

  ......

  }

  class AliRecpoint : public  SomeTopClass



  }

   class AliEmcRecPoint : public AliRecpoint


  private:

  Int_t * fEnergyList ;  //[fMulDigit]

  }

  Cint (root2.24/04) is unable to create the streamer for fEnergyList
because it does not know fMulDigit:
  *** Datamember AliPHOSEmcRecPoint::fEnergyList: size of array (fMulDigit)
is not known!

  Is there a way arounf this problem ..... Thanks Yves

--
 __________________________________________________________________
|Yves SCHUTZ  (IN2P3 - CNRS) collaboration TAPS/WA98/ALICE         |
|SUBATECH                                                          |
|Ecole des Mines de Nantes Telephone: (+33/0) 2 51 85 84 71        |
|4, rue Alfred Kastler     Fax      : (+33/0) 2 51 85 84 24        |
|F-44070 Nantes cedex 03   e-mail   : yves.schutz@subatech.in2p3.fr|
|__________________________________________________________________|



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