Variables | |
| list | io = sys.argv[1] |
| string | io = "input" |
| input = False | |
| output = notinput | |
| use_aes = True | |
| tuple | iapp = gp.iService("ApplicationMgr") |
| tuple | app = gp.AppMgr(outputlevel=1) |
| tuple | msg = app.service("MessageSvc") |
| tuple | dss = app.service("DybStorageSvc") |
| tuple | per = app.service("EventPersistencySvc") |
| tuple | eds = app.service("EventDataService") |
| tuple | rio = app.property("RootIOCnvSvc") |
| tuple | rioes = app.service("RootIOEvtSelector") |
| tuple | spew = app.algorithm("spew") |
| tuple | sim = app.algorithm("sim") |
| tuple | som = app.algorithm("som") |
list dybiotest::io = sys.argv[1] [static] |
Definition at line 7 of file dybiotest.py.
string dybiotest::io = "input" [static] |
Definition at line 9 of file dybiotest.py.
dybiotest::input = False [static] |
Definition at line 10 of file dybiotest.py.
dybiotest::output = notinput [static] |
Definition at line 13 of file dybiotest.py.
dybiotest::use_aes = True [static] |
Definition at line 14 of file dybiotest.py.
tuple dybiotest::iapp = gp.iService("ApplicationMgr") [static] |
Definition at line 20 of file dybiotest.py.
tuple dybiotest::app = gp.AppMgr(outputlevel=1) [static] |
Definition at line 35 of file dybiotest.py.
tuple dybiotest::msg = app.service("MessageSvc") [static] |
Definition at line 38 of file dybiotest.py.
tuple dybiotest::dss = app.service("DybStorageSvc") [static] |
Definition at line 60 of file dybiotest.py.
tuple dybiotest::per = app.service("EventPersistencySvc") [static] |
Definition at line 65 of file dybiotest.py.
tuple dybiotest::eds = app.service("EventDataService") [static] |
Definition at line 68 of file dybiotest.py.
tuple dybiotest::rio = app.property("RootIOCnvSvc") [static] |
Definition at line 71 of file dybiotest.py.
tuple dybiotest::rioes = app.service("RootIOEvtSelector") [static] |
Definition at line 82 of file dybiotest.py.
tuple dybiotest::spew = app.algorithm("spew") [static] |
Definition at line 85 of file dybiotest.py.
tuple dybiotest::sim = app.algorithm("sim") [static] |
Definition at line 99 of file dybiotest.py.
tuple dybiotest::som = app.algorithm("som") [static] |
Definition at line 103 of file dybiotest.py.
1.4.7