[ROOT] Cint generated streamer

From: Yves SCHUTZ (schutz@in2p3.fr)
Date: Tue May 16 2000 - 08:37:00 MEST


I have the following case:

class AliRecpoint : public TObject {
......
protected:

 Int_t         fMulDigit ;

......

}

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