Public Member Functions | |
def | __init__ |
def | addJob |
def | write |
def | submit |
Public Attributes | |
localRT | |
executable | |
jobName | |
prodSpace | |
commands | |
jobDir | |
cf | |
written | |
def python.condorTools.Job.__init__ | ( | self, | |
executable, | |||
jobName, | |||
prodSpace = "/local/cms/user/" + environ["USER"] , |
|||
niceUser = True |
|||
) |
def python.condorTools.Job.addJob | ( | self, | |
arguments, | |||
id_str | |||
) |
def python.condorTools.Job.submit | ( | self, | |
mode = "condor" |
|||
) |
References python.condorTools.Job.commands, and python.condorTools.Job.written.
def python.condorTools.Job.write | ( | self | ) |
References python.condorTools.Job.written.
python.condorTools.Job.cf |
python.condorTools.Job.commands |
Referenced by python.condorTools.Job.addJob(), and python.condorTools.Job.submit().
python.condorTools.Job.executable |
Referenced by python.condorTools.Job.addJob().
python.condorTools.Job.jobDir |
Referenced by python.condorTools.Job.addJob().
python.condorTools.Job.jobName |
Referenced by python.condorTools.Job.addJob().
python.condorTools.Job.localRT |
Referenced by python.condorTools.Job.addJob().
python.condorTools.Job.prodSpace |
python.condorTools.Job.written |
Referenced by python.condorTools.Job.submit(), and python.condorTools.Job.write().