Belle II Software  release-06-00-14
Mask_BS13d Class Reference
Inheritance diagram for Mask_BS13d:
Collaboration diagram for Mask_BS13d:

Public Member Functions

def event (self)
 

Detailed Description

 exclude (mask-out) BS 13d 

Definition at line 80 of file cdst_chi2ModuleT0calibration.py.

Member Function Documentation

◆ event()

def event (   self)
 event processing 

Definition at line 83 of file cdst_chi2ModuleT0calibration.py.

83  def event(self):
84  ''' event processing '''
85 
86  for digit in Belle2.PyStoreArray('TOPDigits'):
87  if digit.getModuleID() == 13 and digit.getBoardstackNumber() == 3:
88  digit.setHitQuality(Belle2.TOPDigit.c_Junk)
89 
90 
a (simplified) python wrapper for StoreArray.
Definition: PyStoreArray.h:56

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