Belle II Software  release-05-02-19
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 73 of file cdst_chi2ModuleT0calibration.py.

Member Function Documentation

◆ event()

def event (   self)
event processing 

Definition at line 76 of file cdst_chi2ModuleT0calibration.py.

76  def event(self):
77  ''' event processing '''
78 
79  for digit in Belle2.PyStoreArray('TOPDigits'):
80  if digit.getModuleID() == 13 and digit.getBoardstackNumber() == 3:
81  digit.setHitQuality(Belle2.TOPDigit.c_Junk)
82 
83 

The documentation for this class was generated from the following file:
ClusterEfficiency.ClusterEfficiency.event
def event(self)
Definition: ClusterEfficiency.py:146
Belle2::PyStoreArray
a (simplified) python wrapper for StoreArray.
Definition: PyStoreArray.h:58