Belle II Software  release-05-02-19
RandomTestModule Class Reference
Inheritance diagram for RandomTestModule:
Collaboration diagram for RandomTestModule:

Public Member Functions

def __init__ (self)
 
def event (self)
 

Public Attributes

 evt
 

Detailed Description

Print some random numbers to check reproducibility

Definition at line 10 of file steering.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Make sure we can run in multiple processes

Definition at line 13 of file steering.py.

13  def __init__(self):
14  """Make sure we can run in multiple processes"""
15  super().__init__()
16  self.set_property_flags(basf2.ModulePropFlags.PARALLELPROCESSINGCERTIFIED)
17  self.evt = ROOT.Belle2.PyStoreObj("EventMetaData")
18 

Member Function Documentation

◆ event()

def event (   self)
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: