| 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" |
|
) |
| |
| def python.condorTools.Job.write |
( |
|
self | ) |
|
| python.condorTools.Job.cf |
| python.condorTools.Job.commands |
| python.condorTools.Job.executable |
| python.condorTools.Job.jobDir |
| python.condorTools.Job.jobName |
| python.condorTools.Job.localRT |
| python.condorTools.Job.prodSpace |
| python.condorTools.Job.written |
The documentation for this class was generated from the following file: