My question is the following:
Is there an easy way to have a tree with many branches, each of them
having subbranches and so on..?. For example i would like to have one
branch per element in an array....
At the moment i am doing that by creating the tree by hand. I mean,
i take a pointer to a branch (let's say b) and add subbranches using:
b->GetListOfBranches()->Add(newBranch)
Thanks in advance, Manuel
------------------------------------------------------------------------
Hades
GSI