![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self) | |
event (self) | |
Public Attributes | |
eventInfo = Belle2.PyStoreObj("EventMetaData") | |
use the event meta info to store the iterations | |
Small test module to print something in Path.doWhile
Definition at line 16 of file dowhile.py.
__init__ | ( | self | ) |
Remember how many iterations we want
Definition at line 19 of file dowhile.py.
event | ( | self | ) |
Print the current iteration for this event as well as the first five random numbers
Definition at line 25 of file dowhile.py.
eventInfo = Belle2.PyStoreObj("EventMetaData") |
use the event meta info to store the iterations
Definition at line 23 of file dowhile.py.