Belle II Software  release-05-02-19
CheckZS Class Reference
Inheritance diagram for CheckZS:
Collaboration diagram for CheckZS:

Public Member Functions

def __init__ (self, thresholdSN)
 
def event (self)
 

Public Attributes

 thresholdSN
 

Detailed Description

Check that SVVDShaperDigits are correctly zero-suppressed.

Definition at line 15 of file zero_suppression.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  thresholdSN 
)
initialize python module

Definition at line 18 of file zero_suppression.py.

18  def __init__(self, thresholdSN):
19  '''initialize python module'''
20  super().__init__()
21  self.thresholdSN = thresholdSN
22  '''SNR threshold'''
23 

Member Function Documentation

◆ event()

def event (   self)
event

Definition at line 24 of file zero_suppression.py.


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