Belle II Software development
MCParticlesTestingModule Class Reference
Inheritance diagram for MCParticlesTestingModule:

Public Member Functions

 event (self)
 

Detailed Description

Test module which writes out the length of the MCParticles' storearray
into the global processed_MCParticles_len list

Definition at line 133 of file b2bii_mdst_input.py.

Member Function Documentation

◆ event()

event ( self)
Called for each event

Definition at line 139 of file b2bii_mdst_input.py.

139 def event(self):
140 """
141 Called for each event
142 """
143 global processed_MCParticles_len
144 emd = Belle2.PyStoreArray('MCParticles')
145 processed_MCParticles_len.append(emd.getEntries())
146
147
A (simplified) python wrapper for StoreArray.

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