![]() |
ATLAS Offline Software
|
Classes | |
| class | AthAppMgr |
| class | AthServiceManager |
| associator for services -----------------------------------------------— More... | |
Functions | |
| iadd (self, tool) | |
| associator for public tools -------------------------------------------— | |
| _delattr (self, attr) | |
Variables | |
| str | __version__ = '3.2.0' |
| data ------------------------------------------------------------------— | |
| str | __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' |
| list | __all__ |
| __iadd__ | |
| copyChild | |
| theApp | |
| ServiceMgr = theApp.serviceMgr() | |
| ToolSvc = ServiceMgr.ToolSvc | |
| __delattr__ | |
| theAuditorSvc = ServiceMgr.AuditorSvc | |
| athMasterSeq = AlgSequence.AthSequencer( "AthMasterSeq" ) | |
| create default sequences: athMasterSeq | +— athAlgEvtSeq | +— athBeginSeq | +— athAllAlgSeq | +— athCondSeq (after athAlgSeq in MT) | +— athAlgSeq | +— athEndSeq | +— athOutSeq | |
| athCondSeq = AlgSequence.AthSequencer( "AthCondSeq" ) | |
| athAlgSeq = AlgSequence.AthSequencer( "AthAlgSeq" ) | |
| athOutSeq = AlgSequence.AthSequencer( "AthOutSeq" ) | |
| athBeginSeq = AlgSequence.AthSequencer( "AthBeginSeq" ) | |
| athEndSeq = AlgSequence.AthSequencer( "AthEndSeq" ) | |
| _useGlobalInstances | |
| Auditors | |
Application manager and other global Gaudi components.
|
protected |
Definition at line 793 of file AppMgr.py.
| python.AppMgr.iadd | ( | self, | |
| tool ) |
associator for public tools -------------------------------------------—
Definition at line 29 of file AppMgr.py.
|
private |
|
private |
|
private |
| python.AppMgr.athAlgSeq = AlgSequence.AthSequencer( "AthAlgSeq" ) |
| python.AppMgr.athBeginSeq = AlgSequence.AthSequencer( "AthBeginSeq" ) |
| python.AppMgr.athCondSeq = AlgSequence.AthSequencer( "AthCondSeq" ) |
| python.AppMgr.athEndSeq = AlgSequence.AthSequencer( "AthEndSeq" ) |
| python.AppMgr.athMasterSeq = AlgSequence.AthSequencer( "AthMasterSeq" ) |
| python.AppMgr.athOutSeq = AlgSequence.AthSequencer( "AthOutSeq" ) |
| python.AppMgr.theApp |