ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.BeamSpotPostProcessing.JobPostProcessing Class Reference
Inheritance diagram for python.BeamSpotPostProcessing.JobPostProcessing:
Collaboration diagram for python.BeamSpotPostProcessing.JobPostProcessing:

Public Member Functions

def run (self)
 

Public Attributes

 executedSteps
 JobPostProcessing runs only on completed tasks in status POSTPROCESSING if self.oldStatus==TaskManager.StatusCodes['POSTPROCESSING']: More...
 

Detailed Description

Definition at line 69 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

def python.BeamSpotPostProcessing.JobPostProcessing.run (   self)

Definition at line 70 of file BeamSpotPostProcessing.py.

70  def run(self):
71 
73  print('Jobname: ',self.jobName)
74  try:
75  postProcSteps = self.getJobConfig(self.jobName)['jobpostprocsteps'].split()
76  except Exception:
77  self.log('Warning: No config file or jobpostprocsteps parameter found for %s/%s' % (self.dsName,self.taskName))
78  self.log('Continue anyway with the steps: PlotBeamSpotMon LinkResults')
79  steps = 'PlotBeamSpotMon LinkResults'
80  postProcSteps = steps.split()
81  #raise PostProcessingError('ERROR: No config file or jobpostprocsteps parameter found for %s/%s' % (self.dsName,self.taskName),self.executedSteps)
82  for step in postProcSteps:
83  self.log('Running postprocessing step: %s' % step)
84  self.executedSteps = runPostProcStep(self.taskman,self.taskDict,self.oldStatus,self.executedSteps,step,self.postprocLib,self.jobName)
85 
86 

Member Data Documentation

◆ executedSteps

python.BeamSpotPostProcessing.JobPostProcessing.executedSteps

JobPostProcessing runs only on completed tasks in status POSTPROCESSING if self.oldStatus==TaskManager.StatusCodes['POSTPROCESSING']:

Definition at line 84 of file BeamSpotPostProcessing.py.


The documentation for this class was generated from the following file:
run
int run(int argc, char *argv[])
Definition: ttree2hdf5.cxx:28
python.PostProcessing.runPostProcStep
def runPostProcStep(taskman, taskDict, oldStatus, previousSteps, step, postprocLib, jobName)
Definition: PostProcessing.py:40
Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28
Trk::split
@ split
Definition: LayerMaterialProperties.h:38