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