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

Public Member Functions

def __init__ (self, module)
 

Detailed Description

Conditional execution of the wrapped module based on the presence of Monte Carlo information.

Definition at line 295 of file metamodules.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  module 
)
Args:
  module (basf2.Module): The module executed, if the condition is met.

Reimplemented from IfStoreArrayPresentModule.

Definition at line 300 of file metamodules.py.

300 def __init__(self, module):
301 """
302 Args:
303 module (basf2.Module): The module executed, if the condition is met.
304 """
305 super().__init__(module, "MCParticles")
306
307

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