Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
_tbrowser.pyzdoc
Go to the documentation of this file.
2
5will be suspended until <space> key pressed by user. Simple example:
6
7\code{.py}
8import ROOT
9
10# block until space is pressed
11br = ROOT.TBrowser(block = True)
12
13# continue work to load new files
14
15# block here again until space is pressed
16br.Draw(block = True)
17
18# continues after <space> is pressed
Using a TBrowser one can browse all ROOT objects.
Definition TBrowser.h:37
th1 Draw()