Belle II Software development
ProTool Class Reference
Inheritance diagram for ProTool:
Transform CDF ToFlat

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

Constructor & Destructor Documentation

◆ __init__()

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.

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

Member Function Documentation

◆ io()

def io (   self)
Logging function
:return: logger

Definition at line 49 of file settings.py.

49 def io(self):
50 """
51 Logging function
52 :return: logger
53 """
54 return logging.getLogger(self.name)
55
56

Member Data Documentation

◆ name

name

Name of the class.

Definition at line 46 of file settings.py.


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