The Gaudi Framework  v36r7 (7f57a304)
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 70 of file ConfigurableUser.py.

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