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

Public Member Functions

def __init__ (self)
 
def __str__ (self)
 

Detailed Description

Exception raised if Filter Selections and analysis cuts not in same order and same number

Definition at line 92 of file dqExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Definition at line 96 of file dqExceptions.py.

96 def __init__(self):
97 super().__init__()
98

Member Function Documentation

◆ __str__()

def __str__ (   self)

Definition at line 99 of file dqExceptions.py.

99 def __str__(self):
100 return f"Event Filter selections and analysis cuts not in same order and same number"
101
102

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