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

Public Member Functions

def run (self)
 

Public Attributes

 executedSteps
 

Detailed Description

Definition at line 107 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

def python.BeamSpotPostProcessing.BCIDDefaultProcessing.run (   self)

Definition at line 108 of file BeamSpotPostProcessing.py.

108  def run(self):
109  postProcSteps = 'MergeNt BeamSpotNtNoAve PlotBCID LinkResults'
110  for step in postProcSteps.split():
111  self.log('Running postprocessing step: %s' % step)
112  self.executedSteps = runPostProcStep(self.taskman,self.taskDict,self.oldStatus,self.executedSteps,step,self.postprocLib,self.jobName)
113 
114 

Member Data Documentation

◆ executedSteps

python.BeamSpotPostProcessing.BCIDDefaultProcessing.executedSteps

Definition at line 112 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