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

Public Member Functions

def __init__ (self, reason)
 

Detailed Description

This exception is thrown when an error writing the han configuration  is encountered

Definition at line 22 of file hanwriter.py.

Constructor & Destructor Documentation

◆ __init__()

def python.hanwriter.HanWritingError.__init__ (   self,
  reason 
)

Definition at line 27 of file hanwriter.py.

27  def __init__(self, reason):
28  BaseException.__init__(
29  self, "Cannot create the han file ("+str(reason)+")")
30 
31 # Generic exception
32 # Han exception
33 
34 

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
str
Definition: BTagTrackIpAccessor.cxx:11