Show branches name on terminal

Hi everyone. I apologize in advance for the stupid question, I searched for an answer on the documentation but I couldn’t find any.
Once I open a TTree on my terminal, is there any command that allows you to show (on the terminal) just the names of the branches and leaves without displaying any further information?

Thanks in advance

Hi,

the function you may be looking for is TTree::Show.

myTree.Show(0,0)

to show the branches, leaves and little more.

Cheers,
Danilo