Belle II Software  release-08-01-10
CheckZS Class Reference
Inheritance diagram for CheckZS:
Collaboration diagram for CheckZS:

Public Member Functions

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

Public Attributes

 thresholdSN
 SNR threshold.
 

Detailed Description

Check that SVVDShaperDigits are correctly zero-suppressed.

Definition at line 22 of file zero_suppression.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  thresholdSN 
)
initialize python module

Definition at line 25 of file zero_suppression.py.

25  def __init__(self, thresholdSN):
26  '''initialize python module'''
27  super().__init__()
28 
29 
30  self.thresholdSN = thresholdSN
31 

Member Function Documentation

◆ event()

def event (   self)
event

Definition at line 32 of file zero_suppression.py.


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