# show a ROOT browser with histograms
from jhplot  import *

# location of ROOT file
file=SystemDir+fSep+"macros"+fSep+"examples"+fSep+"data"+fSep+"Example.root"
#
BRoot(file)
print "Click on histograms to draw them"
# jHepWork @S.Chekanov