Belle II Software  release-05-01-25
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 70 of file cdst_calibrateModuleT0.py.

Member Function Documentation

◆ event()

def event (   self)
event processing 

Definition at line 73 of file cdst_calibrateModuleT0.py.

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

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