Print some random numbers to check reproducibility
Definition at line 10 of file steering.py.
◆ __init__()
Make sure we can run in multiple processes
Definition at line 13 of file steering.py.
14 """Make sure we can run in multiple processes"""
16 self.set_property_flags(basf2.ModulePropFlags.PARALLELPROCESSINGCERTIFIED)
17 self.evt = ROOT.Belle2.PyStoreObj(
"EventMetaData")
◆ event()
Print the first 5 random numbers
Definition at line 19 of file steering.py.
The documentation for this class was generated from the following file: