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.
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.