O2-DQ User Interface 1.0.0
Loading...
Searching...
No Matches
CentFilterError Class Reference
Inheritance diagram for CentFilterError:

Public Member Functions

def __init__ (self)
 
def __str__ (self)
 

Detailed Description

Exception raised if you provide centrality process function for pp system in tableMaker/tableMakerMC

Definition at line 81 of file dqExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Definition at line 85 of file dqExceptions.py.

85 def __init__(self):
86 super().__init__()
87

Member Function Documentation

◆ __str__()

def __str__ (   self)

Definition at line 88 of file dqExceptions.py.

88 def __str__(self):
89 return f"Collision System pp can't be include related task and process function about Centrality. misconfigure for process function in tableMaker/tableMakerMC!"
90
91

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