ATLAS Offline Software
|
Functions | |
def | convFunc () |
def | py_execute (obj) |
Variables | |
topSequence = AlgSequence() | |
tool = theApp.toolsvc().retrieve(ToolSvc.MyTool.getFullJobOptName())._itool | |
proxy = g.PyReverseProxy.getProxy("MyObj_Proxy") | |
int | counter = 567 |
def ToolTest.convFunc | ( | ) |
Definition at line 32 of file ToolTest.py.
def ToolTest.py_execute | ( | obj | ) |
Definition at line 42 of file ToolTest.py.
int ToolTest.counter = 567 |
Definition at line 40 of file ToolTest.py.
ToolTest.proxy = g.PyReverseProxy.getProxy("MyObj_Proxy") |
Definition at line 37 of file ToolTest.py.
ToolTest.tool = theApp.toolsvc().retrieve(ToolSvc.MyTool.getFullJobOptName())._itool |
Definition at line 28 of file ToolTest.py.
ToolTest.topSequence = AlgSequence() |
Definition at line 13 of file ToolTest.py.