ATLAS Offline Software
Loading...
Searching...
No Matches
AppMgr.py File Reference

Go to the source code of this file.

Classes

class  python.AppMgr.AthServiceManager
 associator for services -----------------------------------------------— More...
class  python.AppMgr.AthAppMgr
class  python.AppMgr.AthAppMgr.State

Namespaces

namespace  python
namespace  python.AppMgr

Functions

 python.AppMgr.iadd (self, tool)
 associator for public tools -------------------------------------------—
 python.AppMgr._delattr (self, attr)

Variables

str python.AppMgr.__version__ = '3.2.0'
 data ------------------------------------------------------------------—
str python.AppMgr.__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)'
list python.AppMgr.__all__
 python.AppMgr.__iadd__
 python.AppMgr.copyChild
 python.AppMgr.theApp
 python.AppMgr.ServiceMgr = theApp.serviceMgr()
 python.AppMgr.ToolSvc = ServiceMgr.ToolSvc
 python.AppMgr.__delattr__
 python.AppMgr.theAuditorSvc = ServiceMgr.AuditorSvc
 python.AppMgr.athMasterSeq = AlgSequence.AthSequencer( "AthMasterSeq" )
 create default sequences: athMasterSeq | +— athAlgEvtSeq | +— athBeginSeq | +— athAllAlgSeq | +— athCondSeq (after athAlgSeq in MT) | +— athAlgSeq | +— athEndSeq | +— athOutSeq
 python.AppMgr.athCondSeq = AlgSequence.AthSequencer( "AthCondSeq" )
 python.AppMgr.athAlgSeq = AlgSequence.AthSequencer( "AthAlgSeq" )
 python.AppMgr.athOutSeq = AlgSequence.AthSequencer( "AthOutSeq" )
 python.AppMgr.athBeginSeq = AlgSequence.AthSequencer( "AthBeginSeq" )
 python.AppMgr.athEndSeq = AlgSequence.AthSequencer( "AthEndSeq" )
 python.AppMgr._useGlobalInstances
 python.AppMgr.Auditors