[ROOT] split level of branch

From: Yves Schutz (schutz@in2p3.fr)
Date: Sun Aug 20 2000 - 16:44:33 MEST


Hi,

I am not sure I understand what is going on when playing with splitlevel
in the following case:

class A {
    Int_t fA1 ;
    Int_t * fA2 // I write the streamer myself because I must use
root2.23
}

 A * a = new A() ;
 tree->Banch("split 1", "A", &a, 100, 1) ; // I have only a branch with
fA1
 tree->Banch("split 0", "A", &a, 100, 0) ; // I have the whole object

Why don't I have a branch with fA2 in the case of splitlevel=1 ?

Thanks .... Yves



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