Belle II Software  release-05-02-19
SleepOnInitModule Class Reference
Inheritance diagram for SleepOnInitModule:
Collaboration diagram for SleepOnInitModule:

Public Member Functions

def __init__ (self)
 
def initialize (self)
 

Detailed Description

Helper module to sleep 20 seconds on init (to mimik geometry loading)

Definition at line 8 of file example_support.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Make the module parallel processing certified

Definition at line 11 of file example_support.py.

11  def __init__(self):
12  """Make the module parallel processing certified"""
13  super().__init__()
14  self.set_property_flags(basf2.ModulePropFlags.PARALLELPROCESSINGCERTIFIED)
15 

Member Function Documentation

◆ initialize()

def initialize (   self)
Sleep 20 seconds

Definition at line 16 of file example_support.py.


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