The Gaudi Framework  master (f31105fd)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 69 of file ConfigurableUser.py.

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