Test module for assuring correct data store content
Definition at line 25 of file test_support.py.
◆ event()
reimplementation of Module::event().
Definition at line 28 of file test_support.py.
29 """reimplementation of Module::event()."""
32 if not sft_trigger.isValid():
33 basf2.B2FATAL(
"SoftwareTriggerResult object not created")
34 elif len(sft_trigger.getResults()) == 0:
35 basf2.B2FATAL(
"SoftwareTriggerResult exists but has no entries")
38 basf2.B2FATAL(
"ROIs are not present")
a (simplified) python wrapper for StoreArray.
a (simplified) python wrapper for StoreObjPtr.
The documentation for this class was generated from the following file: