ROOT
v6-40
Reference Guide
Loading...
Searching...
No Matches
_tbrowser.pyzdoc
Go to the documentation of this file.
1
\
pythondoc
TBrowser
2
3
Functionality
of
constructor
and
Draw
()
methods
were
extended
to
support
interactive
4
work
in
the
python
scripts
.
If
extra
block
parameter
is True,
script
execution
5
will be
suspended
until
<space> key
pressed
by
user.
Simple
example
:
6
7
\code{.py}
8
import
ROOT
9
10
# block until space is pressed
11
br = ROOT.TBrowser(block = True)
12
13
# continue work to load new files
14
15
# block here again until space is pressed
16
br.Draw(block = True)
17
18
# continues after <space> is
pressed
19
\endcode
20
\endpythondoc
ROOT::Detail::TRangeCast
Definition
TCollection.h:313
TBrowser
Using a TBrowser one can browse all ROOT objects.
Definition
TBrowser.h:37
Draw
th1 Draw()
pyzdoc
_tbrowser.pyzdoc
ROOTv6-40 - Reference Guide Generated on Fri Apr 24 2026 04:24:00 (GVA Time) using Doxygen 1.10.0