Using a TBrowser one can browse all ROOT objects.
This class is an interface to the Hbook objects in Hbook files.
TObject * Get(Int_t id)
import Hbook object with identifier idd in memory
virtual Bool_t cd(const char *dirname="")
change directory to dirname
virtual void Browse(TBrowser *b)
Read object from disk and call its Browse() method.
Bool_t IsFolder() const
an hbook key is not a folder
Int_t fID
pointer to the Hbook file
virtual TObject * FindObject(const char *name) const
Find an object in this list using its name.
virtual void SetName(const char *name)
Set the name of the TNamed.
virtual const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
virtual Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
virtual void Browse(TBrowser *b)
Browse object. May be overridden for another default action.
virtual void Delete(Option_t *option="")
Delete this object.
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".