ATLAS Offline Software
Loading...
Searching...
No Matches
LArHVMapDbFiller.LArHVMapDbFillerError Class Reference
Inheritance diagram for LArHVMapDbFiller.LArHVMapDbFillerError:
Collaboration diagram for LArHVMapDbFiller.LArHVMapDbFillerError:

Public Member Functions

 __init__ (self, value)
 __str__ (self)

Public Attributes

 value = value

Detailed Description

Definition at line 15 of file LArHVMapDbFiller.py.

Constructor & Destructor Documentation

◆ __init__()

LArHVMapDbFiller.LArHVMapDbFillerError.__init__ ( self,
value )

Definition at line 16 of file LArHVMapDbFiller.py.

16 def __init__(self, value):
17 self.value = value
18 super().__init__(value)

Member Function Documentation

◆ __str__()

LArHVMapDbFiller.LArHVMapDbFillerError.__str__ ( self)

Definition at line 19 of file LArHVMapDbFiller.py.

19 def __str__(self):
20 return repr(self.value)
21
22

Member Data Documentation

◆ value

LArHVMapDbFiller.LArHVMapDbFillerError.value = value

Definition at line 17 of file LArHVMapDbFiller.py.


The documentation for this class was generated from the following file: