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

Public Member Functions

def __init__ (self)
 
def event (self)
 

Public Attributes

 eventInfo
 use the event meta info to store the iterations
 

Detailed Description

Small test module to print something in Path.doWhile

Definition at line 9 of file dowhile.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Remember how many iterations we want

Definition at line 12 of file dowhile.py.

12  def __init__(self):
13  """Remember how many iterations we want"""
14  super().__init__()
15 
16  self.eventInfo = Belle2.PyStoreObj("EventMetaData")
17 

Member Function Documentation

◆ event()

def event (   self)
Print the current iteration for this event as well as the first five random numbers

Definition at line 18 of file dowhile.py.


The documentation for this class was generated from the following file:
Belle2::PyStoreObj
a (simplified) python wrapper for StoreObjPtr.
Definition: PyStoreObj.h:69