namespace PyROOT

                        Setup interactive application


 The TPyROOTApplication sets up the nuts and bolts for interactive ROOT use
 from python, closely following TRint. Note that not everything is done here,
 some bits (such as e.g. the use of exception hook for shell escapes) are more
 easily done in python and you'll thus find them ROOT.py

 The intended use of this class is from python only. It is used by default in
 ROOT.py, so if you do not want to have a TApplication derived object created
 for you, you'll need to load libPyROOT.so instead.

 The static InitXYZ functions are used in conjunction with TPyROOTApplication
 in ROOT.py, but they can be used independently.

Function Members (Methods)

Data Members

Class Charts

Function documentation


Author: Wim Lavrijsen February 2006
Last change: Wed Jun 25 08:29:12 2008
Last generated: 2008-06-25 08:29

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.