Belle II Software  release-06-00-14
ProTool Class Reference
Inheritance diagram for ProTool:
Collaboration diagram for ProTool:

Public Member Functions

def __init__ (self, name)
 
def io (self)
 

Public Attributes

 name
 Name of the class.
 

Detailed Description

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 27 of file settings.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name 
)
 init function
:param name: Name of the class

Definition at line 42 of file settings.py.

42  def __init__(self, name):
43  """ init function
44  :param name: Name of the class
45  """
46 
47  self.name = name
48 

Member Function Documentation

◆ io()

def io (   self)
Logging function
:return: logger

Definition at line 50 of file settings.py.


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