The Gaudi Framework  v36r1 (3e2fb5a8)
ConfigurableUser Namespace Reference

Classes

class  ExampleApplication
 
class  ExampleCommon
 
class  ExampleIO
 

Functions

def PostConfAction ()
 

Function Documentation

◆ PostConfAction()

def ConfigurableUser.PostConfAction ( )
Action printing the result of the configuration of the ApplicationMgr.

Definition at line 68 of file ConfigurableUser.py.

68 def PostConfAction():
69  """
70  Action printing the result of the configuration of the ApplicationMgr.
71  """
72  print("==== Configuration completed ====")
73  print(ApplicationMgr())
74 
75 
76 appendPostConfigAction(PostConfAction)
77 
78 ExampleApplication(TopAlg=["GaudiExamples::TimingAlg/Timing"], FullDebug=True)
79 ExampleIO(EvtMax=10)
GaudiKernel.Configurable.appendPostConfigAction
def appendPostConfigAction(function)
Definition: Configurable.py:1519
ConfigurableUser.PostConfAction
def PostConfAction()
Definition: ConfigurableUser.py:68
ApplicationMgr
Definition: ApplicationMgr.h:57