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 25 of file pyroot.py.

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

Variable Documentation

◆ __author__

pyroot.__author__
private

Definition at line 11 of file pyroot.py.

◆ __doc__

pyroot.__doc__
private

Definition at line 12 of file pyroot.py.

◆ _userlongopts

pyroot._userlongopts
private

Definition at line 20 of file pyroot.py.

◆ _useropts

pyroot._useropts
private

recognized user options __________________________________________________

Definition at line 19 of file pyroot.py.

◆ args

pyroot.args

Definition at line 59 of file pyroot.py.

◆ argv

pyroot.argv

for the benefit of PyROOT

Definition at line 88 of file pyroot.py.

◆ command

pyroot.command

Definition at line 43 of file pyroot.py.

◆ defOptions

pyroot.defOptions

Definition at line 73 of file pyroot.py.

◆ display

pyroot.display

Definition at line 42 of file pyroot.py.

◆ fhistory

pyroot.fhistory

Definition at line 100 of file pyroot.py.

◆ optlist

pyroot.optlist

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

process user options

Definition at line 59 of file pyroot.py.

◆ opts

pyroot.opts

Definition at line 40 of file pyroot.py.

◆ path

pyroot.path

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

Definition at line 94 of file pyroot.py.

◆ ps1

pyroot.ps1

Definition at line 99 of file pyroot.py.

◆ runBatch

pyroot.runBatch

Definition at line 41 of file pyroot.py.

◆ scripts

pyroot.scripts

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

Definition at line 40 of file pyroot.py.

◆ userOpts

pyroot.userOpts

Definition at line 44 of file pyroot.py.

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