A ROOT and AIDA file browsers are implemented in the JaPlot:autorefsection3.17 canvas.
>>> from jhplot import JaPlot >>> c1 = JaPlot("Canvas",800,600,2,1) >>> c1.setGTitle("Title") >>> c1.visible() >>> c1.showBrowser(file) # define the location of ROOT/AIDA file (a string "file") >>> c1.showEditor(1) # also open object editor
Ones the script executed, you should see a browser (on the left of the main canvas) with all objects. If one clicks on the entry, a histogram or data set will be shown. One can also plot data on different canvas using the mouse pop-up menu.
One can also start ROOT/Aida browser from the IDE. From the Tool Menu, open the "Plot canvas", and then in the "Option menu" select "Object browser"