Public Member Functions | |
def | __init__ (self, opt) |
def | complete_predefined (self, text, line, start_idx, end_idx) |
def | complete_runWorkflow (self, text, line, start_idx, end_idx) |
def | complete_searchInWorkflow (self, text, line, start_idx, end_idx) |
def | complete_showWorkflow (self, text, line, start_idx, end_idx) |
def | default (self, inp) |
def | do_clear (self, arg) |
def | do_dumpWorkflowId (self, arg) |
def | do_exit (self, arg) |
def | do_jobs (self, args) |
def | do_predefined (self, arg) |
def | do_runWorkflow (self, arg) |
def | do_search (self, arg) |
def | do_searchInWorkflow (self, arg) |
def | do_showWorkflow (self, arg) |
def | help_dumpWorkflowId (self) |
def | help_jobs (self) |
def | help_predefined (self) |
def | help_runWorkflow (self) |
def | help_search (self) |
def | help_searchInWorkflow (self) |
def | help_showWorkflow (self) |
Public Attributes | |
matrices_ | |
opt_ | |
processes_ | |
Static Public Attributes | |
do_EOF | |
intro | |
prompt | |
Definition at line 498 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.__init__ | ( | self, | |
opt | |||
) |
Definition at line 502 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_predefined | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 539 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_runWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 639 of file runTheMatrix.py.
References relativeConstraints.keys, and runTheMatrix.TheMatrix.matrices_.
def runTheMatrix.TheMatrix.complete_searchInWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 683 of file runTheMatrix.py.
References relativeConstraints.keys, and runTheMatrix.TheMatrix.matrices_.
def runTheMatrix.TheMatrix.complete_showWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 563 of file runTheMatrix.py.
References relativeConstraints.keys, and runTheMatrix.TheMatrix.matrices_.
def runTheMatrix.TheMatrix.default | ( | self, | |
inp | |||
) |
Definition at line 524 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.do_exit(), and print().
def runTheMatrix.TheMatrix.do_clear | ( | self, | |
arg | |||
) |
Clear the screen, put prompt at the top
Definition at line 516 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.do_dumpWorkflowId | ( | self, | |
arg | |||
) |
Definition at line 730 of file runTheMatrix.py.
References nano_mu_digi_cff.float, mps_monitormerge.items, runTheMatrix.TheMatrix.matrices_, print(), and str.
def runTheMatrix.TheMatrix.do_exit | ( | self, | |
arg | |||
) |
Definition at line 520 of file runTheMatrix.py.
References print().
Referenced by runTheMatrix.TheMatrix.default().
def runTheMatrix.TheMatrix.do_jobs | ( | self, | |
args | |||
) |
Definition at line 665 of file runTheMatrix.py.
References relativeConstraints.keys, print(), and runTheMatrix.TheMatrix.processes_.
def runTheMatrix.TheMatrix.do_predefined | ( | self, | |
arg | |||
) |
Print the list of predefined workflows
Definition at line 545 of file runTheMatrix.py.
References join(), print(), and str.
def runTheMatrix.TheMatrix.do_runWorkflow | ( | self, | |
arg | |||
) |
Definition at line 586 of file runTheMatrix.py.
References nano_mu_digi_cff.float, relativeConstraints.keys, runTheMatrix.TheMatrix.matrices_, print(), runTheMatrix.TheMatrix.processes_, and mkLumiAveragedPlots.tuple.
def runTheMatrix.TheMatrix.do_search | ( | self, | |
arg | |||
) |
Definition at line 718 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.do_searchInWorkflow(), join(), relativeConstraints.keys, runTheMatrix.TheMatrix.matrices_, and print().
def runTheMatrix.TheMatrix.do_searchInWorkflow | ( | self, | |
arg | |||
) |
Definition at line 689 of file runTheMatrix.py.
References relativeConstraints.keys, runTheMatrix.TheMatrix.matrices_, print(), and str.
Referenced by runTheMatrix.TheMatrix.do_search().
def runTheMatrix.TheMatrix.do_showWorkflow | ( | self, | |
arg | |||
) |
Definition at line 569 of file runTheMatrix.py.
References relativeConstraints.keys, runTheMatrix.TheMatrix.matrices_, print(), and str.
def runTheMatrix.TheMatrix.help_dumpWorkflowId | ( | self | ) |
Definition at line 726 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_jobs | ( | self | ) |
Definition at line 674 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_predefined | ( | self | ) |
Definition at line 534 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_runWorkflow | ( | self | ) |
Definition at line 645 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_search | ( | self | ) |
Definition at line 713 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_searchInWorkflow | ( | self | ) |
Definition at line 678 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_showWorkflow | ( | self | ) |
Definition at line 558 of file runTheMatrix.py.
References join(), and print().
|
static |
Definition at line 753 of file runTheMatrix.py.
|
static |
Definition at line 499 of file runTheMatrix.py.
runTheMatrix.TheMatrix.matrices_ |
Definition at line 505 of file runTheMatrix.py.
Referenced by runTheMatrix.TheMatrix.complete_runWorkflow(), runTheMatrix.TheMatrix.complete_searchInWorkflow(), runTheMatrix.TheMatrix.complete_showWorkflow(), runTheMatrix.TheMatrix.do_dumpWorkflowId(), runTheMatrix.TheMatrix.do_runWorkflow(), runTheMatrix.TheMatrix.do_search(), runTheMatrix.TheMatrix.do_searchInWorkflow(), and runTheMatrix.TheMatrix.do_showWorkflow().
runTheMatrix.TheMatrix.opt_ |
Definition at line 504 of file runTheMatrix.py.
runTheMatrix.TheMatrix.processes_ |
Definition at line 507 of file runTheMatrix.py.
Referenced by runTheMatrix.TheMatrix.do_jobs(), and runTheMatrix.TheMatrix.do_runWorkflow().
|
static |
Definition at line 500 of file runTheMatrix.py.