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

Public Member Functions

 __init__ (self, name)
 
 io (self)
 

Public Attributes

 name = 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__()

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

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()

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

Name of the class.

Definition at line 46 of file settings.py.


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