Public Member Functions | |
def | __init__ (self, wf, noRun=False, dryRun=False, cafVeto=True, dasOptions="", jobReport=False, nThreads=1, maxSteps=9999) |
def | doCmd (self, cmd) |
def | run (self) |
Public Attributes | |
cafVeto | |
dasOptions | |
dryRun | |
jobReport | |
maxSteps | |
nfail | |
noRun | |
npass | |
needs to set self.report More... | |
nThreads | |
report | |
wrap up #### More... | |
retStep | |
stat | |
status | |
wf | |
wfDir | |
Definition at line 10 of file WorkFlowRunner.py.
def WorkFlowRunner.WorkFlowRunner.__init__ | ( | self, | |
wf, | |||
noRun = False , |
|||
dryRun = False , |
|||
cafVeto = True , |
|||
dasOptions = "" , |
|||
jobReport = False , |
|||
nThreads = 1 , |
|||
maxSteps = 9999 |
|||
) |
Definition at line 11 of file WorkFlowRunner.py.
def WorkFlowRunner.WorkFlowRunner.doCmd | ( | self, | |
cmd | |||
) |
Definition at line 30 of file WorkFlowRunner.py.
References WorkFlowRunner.WorkFlowRunner.dryRun, edm.print(), and WorkFlowRunner.WorkFlowRunner.wfDir.
def WorkFlowRunner.WorkFlowRunner.run | ( | self | ) |
Definition at line 51 of file WorkFlowRunner.py.
References WorkFlowRunner.WorkFlowRunner.dryRun, runall.testit.nfail, WorkFlowRunner.WorkFlowRunner.nfail, runall.testit.npass, TShapeAnalysis.npass, WorkFlowRunner.WorkFlowRunner.npass, edm.print(), and WorkFlowRunner.WorkFlowRunner.wfDir.
Referenced by Types.EventID.cppID(), and Types.LuminosityBlockID.cppID().
WorkFlowRunner.WorkFlowRunner.cafVeto |
Definition at line 21 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.dasOptions |
Definition at line 22 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.dryRun |
Definition at line 20 of file WorkFlowRunner.py.
Referenced by WorkFlowRunner.WorkFlowRunner.doCmd(), and WorkFlowRunner.WorkFlowRunner.run().
WorkFlowRunner.WorkFlowRunner.jobReport |
Definition at line 23 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.maxSteps |
Definition at line 25 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.nfail |
Definition at line 17 of file WorkFlowRunner.py.
Referenced by WorkFlowRunner.WorkFlowRunner.run().
WorkFlowRunner.WorkFlowRunner.noRun |
Definition at line 19 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.npass |
needs to set self.report
Definition at line 18 of file WorkFlowRunner.py.
Referenced by WorkFlowRunner.WorkFlowRunner.run().
WorkFlowRunner.WorkFlowRunner.nThreads |
Definition at line 24 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.report |
wrap up ####
Definition at line 16 of file WorkFlowRunner.py.
Referenced by dataset.Dataset.getPrimaryDatasetEntries(), and addOnTests.testit.run().
WorkFlowRunner.WorkFlowRunner.retStep |
Definition at line 77 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.stat |
Definition at line 76 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.status |
Definition at line 15 of file WorkFlowRunner.py.
Referenced by dirstructure.Comparison.__make_image(), and dirstructure.Comparison.__repr__().
WorkFlowRunner.WorkFlowRunner.wf |
Definition at line 13 of file WorkFlowRunner.py.
WorkFlowRunner.WorkFlowRunner.wfDir |
Definition at line 27 of file WorkFlowRunner.py.
Referenced by WorkFlowRunner.WorkFlowRunner.doCmd(), and WorkFlowRunner.WorkFlowRunner.run().