![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self) |
| def | event (self) |
Public Attributes | |
| eventInfo | |
| 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.
| def __init__ | ( | self | ) |
Remember how many iterations we want
Definition at line 19 of file dowhile.py.
| def 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 |
use the event meta info to store the iterations
Definition at line 23 of file dowhile.py.