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

Public Member Functions

def __init__ (self, *vargs)
 

Detailed Description

Definition at line 10 of file rfio.py.

Constructor & Destructor Documentation

◆ __init__()

def python.rfio.RFIOError.__init__ (   self,
vargs 
)

Definition at line 11 of file rfio.py.

11  def __init__(self,*vargs):
12  IOError.__init__(self,*vargs)
13 

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