namespace PyROOT

                   Setup interactive application for python


 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.

 NOTE: This class will receive the command line arguments from sys.argv. A
 distinction between arguments for TApplication and user arguments can be
 made by using "-" or "--" as a separator on the command line.

Function Members (Methods)

Data Members

Class Charts

Function documentation


Author: Wim Lavrijsen February 2006
Last change: Wed Dec 3 08:48:57 2008
Last generated: 2008-12-03 08:48

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.