The Gaudi Framework  v36r4 (0a924e98)
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 71 of file ConfigurableUser.py.

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