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.