TFile.Get() and TFile.GetListOfKeys()

It seems that it is correct to use TFile.Get(“objname”) to return an object when I open a root file. I can not the function of Get() in the root.cern.ch/root/html/TFile.html. Is it not updated? I can not find GetListOfKeys() in this page.
Cheers
Wenchao

Hi,

Both are defined in the base class TDirectoryFile. You can either see them by navigating to the base class by clicking on “TDirectoryFile” or see them in situ by clicking on “Show Inherited” in the yellow box on the top right of the page.

Cheers,
Philippe.