ATLAS Offline Software
Loading...
Searching...
No Matches
dumpBeamSpot Namespace Reference

Variables

str __author__ = 'Juerg Beringer'
str __version__ = '$Id: dumpBeamSpot.py 217369 2009-10-05 18:43:35Z atlidbs $'
str __usage__ = '%prog [options] beamspotfile.db|connectionstring'
 parser = OptionParser(usage=__usage__, version=__version__)
 dest
 default
 help
 action
 options
 args
 folder = options.folder
 dbconn = args[0]
 tool = AtlCoolTool.AtlCoolTool(dbconn)

Variable Documentation

◆ __author__

str dumpBeamSpot.__author__ = 'Juerg Beringer'
private

Definition at line 7 of file dumpBeamSpot.py.

◆ __usage__

str dumpBeamSpot.__usage__ = '%prog [options] beamspotfile.db|connectionstring'
private

Definition at line 9 of file dumpBeamSpot.py.

◆ __version__

str dumpBeamSpot.__version__ = '$Id: dumpBeamSpot.py 217369 2009-10-05 18:43:35Z atlidbs $'
private

Definition at line 8 of file dumpBeamSpot.py.

◆ action

dumpBeamSpot.action

Definition at line 16 of file dumpBeamSpot.py.

◆ args

dumpBeamSpot.args

Definition at line 20 of file dumpBeamSpot.py.

◆ dbconn

str dumpBeamSpot.dbconn = args[0]

Definition at line 26 of file dumpBeamSpot.py.

◆ default

dumpBeamSpot.default

Definition at line 15 of file dumpBeamSpot.py.

◆ dest

dumpBeamSpot.dest

Definition at line 15 of file dumpBeamSpot.py.

◆ folder

dumpBeamSpot.folder = options.folder

Definition at line 23 of file dumpBeamSpot.py.

◆ help

dumpBeamSpot.help

Definition at line 15 of file dumpBeamSpot.py.

◆ options

dumpBeamSpot.options

Definition at line 20 of file dumpBeamSpot.py.

◆ parser

dumpBeamSpot.parser = OptionParser(usage=__usage__, version=__version__)

Definition at line 14 of file dumpBeamSpot.py.

◆ tool

dumpBeamSpot.tool = AtlCoolTool.AtlCoolTool(dbconn)

Definition at line 31 of file dumpBeamSpot.py.