Belle II Software  release-08-01-10
MinModule Class Reference
Inheritance diagram for MinModule:
Collaboration diagram for MinModule:

Public Member Functions

def event (self)
 

Detailed Description

Very minimal class to print Hello World in each event

Definition at line 6 of file 081_module.py.

Member Function Documentation

◆ event()

def event (   self)
Event function, called once for each event

Definition at line 9 of file 081_module.py.

9  def event(self):
10  """Event function, called once for each event"""
11  b2.B2INFO("Hello World!")
12 
13 
14 # create a path

The documentation for this class was generated from the following file: