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 109 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

def python.BeamSpotPostProcessing.BCIDDefaultProcessing.run (   self)

Definition at line 110 of file BeamSpotPostProcessing.py.

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

Member Data Documentation

◆ executedSteps

python.BeamSpotPostProcessing.BCIDDefaultProcessing.executedSteps

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