Belle II Software development
IfStoreArrayNotPresentModule Class Reference
Inheritance diagram for IfStoreArrayNotPresentModule:
IfStoreArrayPresentModule IfModule WrapperModule

Public Member Functions

def condition (self)
 

Detailed Description

Conditional execution of the wrapped module based if a StoreArray is not present.

Definition at line 283 of file metamodules.py.

Member Function Documentation

◆ condition()

def condition (   self)
Returns false if the StoreArray is present.

Checks presence of the StoreArray once and remembers the result for all following events.

Reimplemented from IfStoreArrayPresentModule.

Definition at line 287 of file metamodules.py.

287 def condition(self):
288 """Returns false if the StoreArray is present.
289
290 Checks presence of the StoreArray once and remembers the result for all following events.
291 """
292 return not IfStoreArrayPresentModule.condition(self)
293
294

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