Public Member Functions | |
def | __init__ |
def | checkLastIteration |
def | checkProxy |
def | finalize |
def | mkdir |
def | notify |
def | redirectProxy |
def | submitJobs |
Public Attributes | |
jobname | |
parser | |
redirectproxyflag | |
SDflag | |
Batch manager specific to cmsRun processes.
Definition at line 17 of file batchHippy.py.
def batchHippy.MyBatchManager.__init__ | ( | self | ) |
Definition at line 20 of file batchHippy.py.
def batchHippy.MyBatchManager.checkLastIteration | ( | self | ) |
def batchHippy.MyBatchManager.checkProxy | ( | self | ) |
Definition at line 162 of file batchHippy.py.
References print().
def batchHippy.MyBatchManager.finalize | ( | self, | |
ret | |||
) |
Definition at line 114 of file batchHippy.py.
References batchHippy.MyBatchManager.checkLastIteration(), if(), batchHippy.MyBatchManager.jobname, and batchHippy.MyBatchManager.notify().
Referenced by batchHippy.MyBatchManager.submitJobs().
def batchHippy.MyBatchManager.mkdir | ( | self, | |
dirname | |||
) |
Definition at line 91 of file batchHippy.py.
Referenced by batchmanager.BatchManager.PrepareJob().
def batchHippy.MyBatchManager.notify | ( | self, | |
desc | |||
) |
Definition at line 98 of file batchHippy.py.
References batchHippy.MyBatchManager.jobname, and print().
Referenced by batchHippy.MyBatchManager.finalize().
def batchHippy.MyBatchManager.redirectProxy | ( | self | ) |
Definition at line 169 of file batchHippy.py.
References print(), and digitizers_cfi.strip.
def batchHippy.MyBatchManager.submitJobs | ( | self | ) |
Definition at line 136 of file batchHippy.py.
References batchHippy.MyBatchManager.finalize(), print(), batchHippy.MyBatchManager.redirectproxyflag, and batchHippy.MyBatchManager.SDflag.
batchHippy.MyBatchManager.jobname |
Definition at line 75 of file batchHippy.py.
Referenced by batchHippy.MyBatchManager.finalize(), and batchHippy.MyBatchManager.notify().
batchHippy.MyBatchManager.parser |
Definition at line 22 of file batchHippy.py.
batchHippy.MyBatchManager.redirectproxyflag |
Definition at line 88 of file batchHippy.py.
Referenced by batchHippy.MyBatchManager.submitJobs().
batchHippy.MyBatchManager.SDflag |
Definition at line 87 of file batchHippy.py.
Referenced by batchHippy.MyBatchManager.submitJobs().