Extract Branch Name into a variable


ROOT Version: 6.09
Platform: Ubuntu 16.04
Compiler: g++


Is there any function where I can indicate with an index and it will return a type string of the branch of a specific index?

Hi,
maybe tree->GetListOfBranches()->At(index)->GetName() is what you are looking for?

Cheers,
Enrico

Thank you it worked!!!

1 Like

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