Test module for assuring correct data store content
Definition at line 20 of file test_support.py.
◆ event()
reimplementation of Module::event().
Definition at line 23 of file test_support.py.
24 """reimplementation of Module::event()."""
27 if not sft_trigger.isValid():
28 basf2.B2FATAL(
"SoftwareTriggerResult object not created")
29 elif len(sft_trigger.getResults()) == 0:
30 basf2.B2FATAL(
"SoftwareTriggerResult exists but has no entries")
33 basf2.B2FATAL(
"ROIs are not present")
The documentation for this class was generated from the following file: