Given a TTree * tree
how can I get a list of its branches?
Try tree->Print();
and/or search for “GetListOf” in the TTree Class Reference.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.