GetEntry is a member of TTree
TLeaf* leaf = tree->GetLeaf("some_information");
tree -> GetEntry(1);
Also, see this about posting code fragments:
GetEntry is a member of TTree
TLeaf* leaf = tree->GetLeaf("some_information");
tree -> GetEntry(1);
Also, see this about posting code fragments: