Loading [MathJax]/extensions/MathZoom.js
The Gaudi Framework  master (181af51f)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages Concepts
ConfigurableUser Namespace Reference

Classes

class  ExampleApplication
 
class  ExampleCommon
 
class  ExampleIO
 

Functions

 PostConfAction ()
 

Variables

 TopAlg
 
 FullDebug
 
 EvtMax
 

Function Documentation

◆ PostConfAction()

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

Definition at line 69 of file ConfigurableUser.py.

69def PostConfAction():
70 """
71 Action printing the result of the configuration of the ApplicationMgr.
72 """
73 print("==== Configuration completed ====")
74 print(ApplicationMgr())
75
76
The Application Manager class.

Variable Documentation

◆ EvtMax

ConfigurableUser.EvtMax

Definition at line 80 of file ConfigurableUser.py.

◆ FullDebug

ConfigurableUser.FullDebug

Definition at line 79 of file ConfigurableUser.py.

◆ TopAlg

ConfigurableUser.TopAlg

Definition at line 79 of file ConfigurableUser.py.