Multiple leaves in a branch

Dear ROOT experts.

I have a root file that contains few Trees, each tree has different branches and each branch has multiple leaves,
I am failing trying to read the values of the leaves, is there a good example I can look at.

I am used to work with trees in which the branches are associated to only one variable.

Thanks


Try running MakeSelector on your TTree or better yet try using RDataFrame.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.