Belle II Software  release-05-01-25
ErrorInEvent Class Reference
Inheritance diagram for ErrorInEvent:
Collaboration diagram for ErrorInEvent:

Public Member Functions

def event (self)
 

Detailed Description

test

Definition at line 19 of file stop_on_error.py.

Member Function Documentation

◆ event()

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

Definition at line 22 of file stop_on_error.py.

22  def event(self):
23  """reimplementation of Module::event()."""
24  # error level to check that this doesn't prevent execution
25  basf2.B2ERROR("In module " + self.name())
26 
27 

The documentation for this class was generated from the following file:
ClusterEfficiency.ClusterEfficiency.event
def event(self)
Definition: ClusterEfficiency.py:146