TArrayS not TObject

Tom Moog (moog@slowpoke.phy.anl.gov)
Tue, 4 Nov 1997 12:55:51 -0600 (CST)


Why is the corresponding argument of TTree::Branch declared "void *"
rather than "TObject *" ?

> TArrayS is not derived from TObject. You cannot invoke this method
> Instead, create a class derived from TObject. This class can contain
> a TArray object or a pointer to a TArray object.