Functions | |
def | hookDebugger |
Variables | |
tuple | appMgr = gp.iService('ApplicationMgr') |
tuple | am = gp.AppMgr() |
tuple | fill1 = am.algorithm('TESDemoFill1') |
tuple | fill2 = am.algorithm('TESDemoFill2') |
tuple | appMgr = gp.iService('ApplicationMgr') |
tuple | am = gp.AppMgr() |
tuple | trimSvc = am.service('ArchiveTrimSvc') |
tuple | fill1 = am.algorithm('TESDemoFill1') |
tuple | fill2 = am.algorithm('TESDemoFill2') |
tuple | appMgr = gp.iService('ApplicationMgr') |
tuple | am = gp.AppMgr(0) |
tuple | trimSvc = am.service('ArchiveTrimSvc') |
tuple | tracing = am.algorithm('TESDemoTracing') |
tuple | fill1 = am.algorithm('TESDemoFill1') |
tuple | fill2 = am.algorithm('TESDemoFill2') |
tuple | appMgr = gp.iService('ApplicationMgr') |
tuple | am = gp.AppMgr(0) |
tuple | trimSvc = am.service('ArchiveTrimSvc') |
tuple | tracing = am.algorithm('TESDemoTracing') |
tuple | fill1 = am.algorithm('TESDemoFill1') |
tuple | fill2 = am.algorithm('TESDemoFill2') |
def RunTESDemo::hookDebugger | ( | debugger = 'gdb' |
) |
debugging helper, hooks debugger to running interpreter process
Definition at line 8 of file RunTESDemo.py.
00008 : 00009 """debugging helper, hooks debugger to running interpreter process 00010 """ 00011 import os 00012 pid = os.spawnvp(os.P_NOWAIT, 00013 debugger, [debugger, '-q', 'python', str(os.getpid())]) 00014 00015 # give debugger some time to attach to the python process 00016 import time 00017 time.sleep( 1 ) 00018 return 00019 import GaudiPython as gp
tuple RunTESDemo::appMgr = gp.iService('ApplicationMgr') [static] |
Definition at line 3 of file RunTESDemo.1.py.
tuple RunTESDemo::am = gp.AppMgr() [static] |
Definition at line 16 of file RunTESDemo.1.py.
tuple RunTESDemo::fill1 = am.algorithm('TESDemoFill1') [static] |
Definition at line 18 of file RunTESDemo.1.py.
tuple RunTESDemo::fill2 = am.algorithm('TESDemoFill2') [static] |
Definition at line 20 of file RunTESDemo.1.py.
tuple RunTESDemo::appMgr = gp.iService('ApplicationMgr') [static] |
Definition at line 21 of file RunTESDemo.py.
tuple RunTESDemo::am = gp.AppMgr() [static] |
Definition at line 35 of file RunTESDemo.py.
tuple RunTESDemo::trimSvc = am.service('ArchiveTrimSvc') [static] |
Definition at line 37 of file RunTESDemo.py.
tuple RunTESDemo::fill1 = am.algorithm('TESDemoFill1') [static] |
Definition at line 40 of file RunTESDemo.py.
tuple RunTESDemo::fill2 = am.algorithm('TESDemoFill2') [static] |
Definition at line 42 of file RunTESDemo.py.
tuple RunTESDemo::appMgr = gp.iService('ApplicationMgr') [static] |
Definition at line 21 of file RunTESDemo.RegSeq.py.
tuple RunTESDemo::am = gp.AppMgr(0) [static] |
Definition at line 38 of file RunTESDemo.RegSeq.py.
tuple RunTESDemo::trimSvc = am.service('ArchiveTrimSvc') [static] |
Definition at line 40 of file RunTESDemo.RegSeq.py.
tuple RunTESDemo::tracing = am.algorithm('TESDemoTracing') [static] |
Definition at line 43 of file RunTESDemo.RegSeq.py.
tuple RunTESDemo::fill1 = am.algorithm('TESDemoFill1') [static] |
Definition at line 46 of file RunTESDemo.RegSeq.py.
tuple RunTESDemo::fill2 = am.algorithm('TESDemoFill2') [static] |
Definition at line 48 of file RunTESDemo.RegSeq.py.
tuple RunTESDemo::appMgr = gp.iService('ApplicationMgr') [static] |
Definition at line 21 of file RunTESDemo.Store.py.
tuple RunTESDemo::am = gp.AppMgr(0) [static] |
Definition at line 39 of file RunTESDemo.Store.py.
tuple RunTESDemo::trimSvc = am.service('ArchiveTrimSvc') [static] |
Definition at line 41 of file RunTESDemo.Store.py.
tuple RunTESDemo::tracing = am.algorithm('TESDemoTracing') [static] |
Definition at line 44 of file RunTESDemo.Store.py.
tuple RunTESDemo::fill1 = am.algorithm('TESDemoFill1') [static] |
Definition at line 47 of file RunTESDemo.Store.py.
tuple RunTESDemo::fill2 = am.algorithm('TESDemoFill2') [static] |
Definition at line 49 of file RunTESDemo.Store.py.