TClonesArrays of TList with Splitlevel 1

Norbert Danneberg (Norbert.Danneberg@psi.ch)
Fri, 03 Jul 1998 11:29:44 +0200


Hi Rooters,

If I construct a TClonesaray of a class wich contains besides some
Int_t datamebers also a TList :
e.g.
class BGO : public TObject
{
public
Int_t fAdc;
Int_t fTdc;
TList fAllTdcs;

public:
Memeberfunctions
}
Class Event: public TObject
public:
TClonesaary *BGOlist; // TClonesarray of BGO

public:
Memebrfunctions
}

and use TTree:Branch with Splitlevel=1, is the TList Object then written
to disk ? Or is there no output buffer created for this TList ?

Thanks in advance,
Norbert

--
-------------------------------------
Norbert Danneberg

Institut f"ur Teilchenphysik Eidg. Techn. Hochschule Z"urich WLGA/E27 CH-5232 Villigen PSI

Phone: 0041-56-310-3284 Fax : 0041-56-310-4362 email: Norbert.Danneberg@psi.ch -------------------------------------