ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name, readonly, minarg, maxarg, longopts) |
def | procopts (self, opts) |
Public Attributes | |
name | |
readonly | |
runLumi | |
runmin | |
runmax | |
lumimin | |
lumimax | |
tsmin | |
tsmax | |
since | |
until | |
debug | |
conn | |
db | |
Private Member Functions | |
def | _usage1 (self) |
def | _usage2 (self) |
def | _procopts (self, opts) |
Class coolTool implements a base for python command-line tools to access and set data in COOL folders Incomplete baseclass implementation - clients must implement the following: - setup(self,args) - set additional arguments - usage(self) - print usage - execute(self) - execute command - procopts(self,opts) - (optional) - process additional command switches
Definition at line 288 of file AtlCoolLib.py.
def python.AtlCoolLib.coolTool.__init__ | ( | self, | |
name, | |||
readonly, | |||
minarg, | |||
maxarg, | |||
longopts | |||
) |
Initialise class and process command line options and switches
Definition at line 298 of file AtlCoolLib.py.
|
private |
Definition at line 356 of file AtlCoolLib.py.
|
private |
Definition at line 339 of file AtlCoolLib.py.
|
private |
Definition at line 343 of file AtlCoolLib.py.
def python.AtlCoolLib.coolTool.procopts | ( | self, | |
opts | |||
) |
Definition at line 390 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.conn |
Definition at line 327 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.db |
Definition at line 334 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.debug |
Definition at line 313 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.lumimax |
Definition at line 308 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.lumimin |
Definition at line 307 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.name |
Definition at line 302 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.readonly |
Definition at line 303 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.runLumi |
Definition at line 304 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.runmax |
Definition at line 306 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.runmin |
Definition at line 305 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.since |
Definition at line 311 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.tsmax |
Definition at line 310 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.tsmin |
Definition at line 309 of file AtlCoolLib.py.
python.AtlCoolLib.coolTool.until |
Definition at line 312 of file AtlCoolLib.py.