The Gaudi Framework  v36r1 (3e2fb5a8)
Mix.SimpleAlgo Class Reference
Inheritance diagram for Mix.SimpleAlgo:
Collaboration diagram for Mix.SimpleAlgo:

Public Member Functions

def execute (self)
 

Detailed Description

Definition at line 43 of file Mix.py.

Member Function Documentation

◆ execute()

def Mix.SimpleAlgo.execute (   self)

Definition at line 44 of file Mix.py.

44  def execute(self):
45 
46  print('I am SimpleAlgo.execute! ', self.name())
47  sys.stdout.flush()
48 
49  return SUCCESS
50 
51 
52 # =============================================================================
53 # configure the application :
54 
55 

The documentation for this class was generated from the following file:
GaudiPython.Pythonizations.execute
execute
Definition: Pythonizations.py:566