Public Member Functions | |
def | __init__ (self) |
def | checkLastIteration (self) |
def | checkProxy (self) |
def | finalize (self, ret) |
def | mkdir (self, dirname) |
def | notify (self, desc) |
def | redirectProxy (self) |
def | submitJobs (self) |
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 | ) |
Definition at line 104 of file batchHippy.py.
Referenced by batchHippy.MyBatchManager.finalize().
def batchHippy.MyBatchManager.checkProxy | ( | self | ) |
def batchHippy.MyBatchManager.finalize | ( | self, | |
ret | |||
) |
Definition at line 114 of file batchHippy.py.
References batchHippy.MyBatchManager.checkLastIteration(), 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.
References edm.print().
Referenced by batchmanager.BatchManager.PrepareJob().
def batchHippy.MyBatchManager.notify | ( | self, | |
desc | |||
) |
Definition at line 98 of file batchHippy.py.
References batchHippy.MyBatchManager.jobname, and edm.print().
Referenced by batchHippy.MyBatchManager.finalize().
def batchHippy.MyBatchManager.redirectProxy | ( | self | ) |
def batchHippy.MyBatchManager.submitJobs | ( | self | ) |
Definition at line 136 of file batchHippy.py.
References batchHippy.MyBatchManager.finalize(), edm.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().