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 23 of file hanwriter.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 28 of file hanwriter.py.

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

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