ATLAS Offline Software
Classes | Namespaces | Functions | Variables
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

 python.AppMgr
 

Functions

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

Variables

string python.AppMgr.__version__ = '3.2.0'
 data ------------------------------------------------------------------— More...
 
string python.AppMgr.__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)'
 
list python.AppMgr.__all__
 
 python.AppMgr.copyChild
 
 python.AppMgr.theApp
 
 python.AppMgr.ServiceMgr = theApp.serviceMgr()
 
 python.AppMgr.ToolSvc = ServiceMgr.ToolSvc
 
 python.AppMgr.theAuditorSvc = ServiceMgr.AuditorSvc
 
 python.AppMgr.athMasterSeq = AlgSequence.AthSequencer( "AthMasterSeq" )
 create default sequences: athMasterSeq | +— athAlgEvtSeq | +— athBeginSeq | +— athAllAlgSeq | +— athCondSeq (after athAlgSeq in MT) | +— athAlgSeq == topSequence | +— athEndSeq | +— athOutSeq More...
 
 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.topSequence = athAlgSeq