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

Public Member Functions

def __init__ (self, message, executedSteps, newStatus=None)
 
def __str__ (self)
 

Public Attributes

 message
 
 newStatus
 

Detailed Description

Exception used to postpone postprocessing.

Definition at line 31 of file PostProcessing.py.

Constructor & Destructor Documentation

◆ __init__()

def python.PostProcessing.PostponeProcessing.__init__ (   self,
  message,
  executedSteps,
  newStatus = None 
)

Definition at line 33 of file PostProcessing.py.

33  def __init__(self,message,executedSteps,newStatus=None):
34  self.message = message
35  self.newStatus = newStatus

Member Function Documentation

◆ __str__()

def python.PostProcessing.PostponeProcessing.__str__ (   self)

Definition at line 36 of file PostProcessing.py.

36  def __str__(self):
37  return self.message
38 
39 

Member Data Documentation

◆ message

python.PostProcessing.PostponeProcessing.message

Definition at line 34 of file PostProcessing.py.

◆ newStatus

python.PostProcessing.PostponeProcessing.newStatus

Definition at line 35 of file PostProcessing.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18