Belle II Software  release-06-02-00
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 77 of file cdst_calibrateModuleT0.py.

Member Function Documentation

◆ event()

def event (   self)
 event processing 

Definition at line 80 of file cdst_calibrateModuleT0.py.

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

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