ATLAS Offline Software
Functions | Variables
pyroot Namespace Reference

Functions

def _help_and_exit (reason=None)
 explanation of the options --------------------------------------------— More...
 

Variables

 __author__
 
 __doc__
 
 _useropts
 recognized user options __________________________________________________ More...
 
 _userlongopts
 
 scripts
 option handling ------------------------------------------------------— More...
 
 opts
 
 runBatch
 
 display
 
 command
 
 userOpts
 
 optlist
 emulated gnu getopt for p2.2: collect scripts and options More...
 
 args
 
 defOptions
 
 argv
 for the benefit of PyROOT More...
 
 path
 python interpreter configuration --------------------------------------— More...
 
 ps1
 
 fhistory
 

Function Documentation

◆ _help_and_exit()

def pyroot._help_and_exit (   reason = None)
private

explanation of the options --------------------------------------------—

Definition at line 27 of file pyroot.py.

27 def _help_and_exit( reason = None ):
28  print ("""Accepted command line options:
29  -b, --batch ... batch mode
30  -i, --interactive ... interactive mode [default]
31  --no-display prompt, but no graphics display
32  -c, --command ... one-liner, runs before any scripts
33  -h, --help ... print this help message
34  -,-- [arg1,...] ... additional arguments passed directly
35  to user scripts (left untouched)
36  [<file1>.py [<file2>.py [...]]] ... scripts to run""")
37 
38  sys.exit( 1 )
39 
40 

Variable Documentation

◆ __author__

pyroot.__author__
private

Definition at line 13 of file pyroot.py.

◆ __doc__

pyroot.__doc__
private

Definition at line 14 of file pyroot.py.

◆ _userlongopts

pyroot._userlongopts
private

Definition at line 22 of file pyroot.py.

◆ _useropts

pyroot._useropts
private

recognized user options __________________________________________________

Definition at line 21 of file pyroot.py.

◆ args

pyroot.args

Definition at line 61 of file pyroot.py.

◆ argv

pyroot.argv

for the benefit of PyROOT

Definition at line 90 of file pyroot.py.

◆ command

pyroot.command

Definition at line 45 of file pyroot.py.

◆ defOptions

pyroot.defOptions

Definition at line 75 of file pyroot.py.

◆ display

pyroot.display

Definition at line 44 of file pyroot.py.

◆ fhistory

pyroot.fhistory

Definition at line 102 of file pyroot.py.

◆ optlist

pyroot.optlist

emulated gnu getopt for p2.2: collect scripts and options

process user options

Definition at line 61 of file pyroot.py.

◆ opts

pyroot.opts

Definition at line 42 of file pyroot.py.

◆ path

pyroot.path

python interpreter configuration --------------------------------------—

Definition at line 96 of file pyroot.py.

◆ ps1

pyroot.ps1

Definition at line 101 of file pyroot.py.

◆ runBatch

pyroot.runBatch

Definition at line 43 of file pyroot.py.

◆ scripts

pyroot.scripts

option handling ------------------------------------------------------—

Definition at line 42 of file pyroot.py.

◆ userOpts

pyroot.userOpts

Definition at line 46 of file pyroot.py.

pyroot._help_and_exit
def _help_and_exit(reason=None)
explanation of the options --------------------------------------------—
Definition: pyroot.py:27