![]() |
Belle II Software release-09-00-03
|

Public Member Functions | |
| def | __init__ (self, name) |
| def | io (self) |
Public Attributes | |
| name | |
| Name of the class. | |
All pro tools inherit form this class.
For now each class get a logger.
Attributes
----------
name : str
Name of the Class.
io : function
Returns the logger
Definition at line 26 of file settings.py.
| def __init__ | ( | self, | |
| name | |||
| ) |
init function :param name: Name of the class
Reimplemented in CDF, ToFlat, and Transform.
Definition at line 41 of file settings.py.
| def io | ( | self | ) |
Logging function :return: logger
Definition at line 49 of file settings.py.
| name |
Name of the class.
Definition at line 46 of file settings.py.