Definition at line 59 of file BeamSpotPostProcessing.py.
◆ run()
| def python.BeamSpotPostProcessing.TaskPostProcessing.run |
( |
|
self | ) |
|
Definition at line 60 of file BeamSpotPostProcessing.py.
61 postProcSteps = self.taskDict[
'TASKPOSTPROCSTEPS'].
split()
62 for step
in postProcSteps:
63 self.log(
'Running postprocessing step: %s' % step)
64 self.executedSteps =
runPostProcStep(self.taskman,self.taskDict,self.oldStatus,self.executedSteps,step,self.postprocLib,self.jobName)
◆ executedSteps
| python.BeamSpotPostProcessing.TaskPostProcessing.executedSteps |
The documentation for this class was generated from the following file:
def runPostProcStep(taskman, taskDict, oldStatus, previousSteps, step, postprocLib, jobName)