The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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.