Accessing the same leaf for different events of TTree

GetEntry is a member of TTree

TLeaf* leaf = tree->GetLeaf("some_information");
tree -> GetEntry(1);

Also, see this about posting code fragments: