# This example shows how to browser objects from ROOT files
# You can also browser and plot histograms from ROOT files
# ROOT version 3,4,5,6 are supported
from jhplot import *
from jhplot.io import *
f="Example_root6.root"
Web.get("https://datamelt.org/examples/data/"+f)
import rootio
# rootio.Browser(f) # browser all objects inside ROOT file
rootio.HBrowser(f)
# build interface if needed
# rootio.Build(f)