Belle II Software development
ErrorInEvent Class Reference
Inheritance diagram for ErrorInEvent:

Public Member Functions

def event (self)
 

Detailed Description

test

Definition at line 25 of file stop_on_error.py.

Member Function Documentation

◆ event()

def event (   self)
reimplementation of Module::event().

Definition at line 28 of file stop_on_error.py.

28 def event(self):
29 """reimplementation of Module::event()."""
30 # error level to check that this doesn't prevent execution
31 basf2.B2ERROR("In module " + self.name())
32
33

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