TBrowser

Hi - just a quick one. Is it possible to start a TBrowser in the folder “/root/ROOT Memory” ?

Thanks

elc

Yes, this is possible. Before starting the TBrowser, do:

root [0] gROOT->GetListOfBrowsables()->Add(gROOT->GetList(),“ROOT Memory”)

Rene