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

Public Member Functions

def __init__ (self, reason)
 

Detailed Description

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

Definition at line 36 of file hanwriter.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 41 of file hanwriter.py.

41  def __init__(self, reason):
42  BaseException.__init__(
43  self, "Cannot create configuration ("+str(reason)+")")
44 
45 # Han writer base class
46 # Each valid element that can be written in a han file must inherit from this class
47 
48 

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