ATLAS Offline Software
|
Classes | |
class | AthAppMgr |
class | AthServiceManager |
associator for services -----------------------------------------------— More... | |
Functions | |
def | iadd (self, tool) |
associator for public tools -------------------------------------------— More... | |
def | _delattr (self, attr) |
Variables | |
string | __version__ = '3.2.0' |
data ------------------------------------------------------------------— More... | |
string | __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' |
list | __all__ |
copyChild | |
theApp | |
ServiceMgr = theApp.serviceMgr() | |
ToolSvc = ServiceMgr.ToolSvc | |
theAuditorSvc = ServiceMgr.AuditorSvc | |
athMasterSeq = AlgSequence.AthSequencer( "AthMasterSeq" ) | |
create default sequences: athMasterSeq | +— athAlgEvtSeq | +— athBeginSeq | +— athAllAlgSeq | +— athCondSeq (after athAlgSeq in MT) | +— athAlgSeq | +— athEndSeq | +— athOutSeq More... | |
athCondSeq = AlgSequence.AthSequencer( "AthCondSeq" ) | |
athAlgSeq = AlgSequence.AthSequencer( "AthAlgSeq" ) | |
athOutSeq = AlgSequence.AthSequencer( "AthOutSeq" ) | |
athBeginSeq = AlgSequence.AthSequencer( "AthBeginSeq" ) | |
athEndSeq = AlgSequence.AthSequencer( "AthEndSeq" ) | |
def python.AppMgr.iadd | ( | self, | |
tool | |||
) |
|
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 |