Variables | |
| tuple | appMgr = gm.AppMgr() |
| tuple | per = appMgr.service("EventPersistencySvc") |
| tuple | output = appMgr.service("RootIOCnvSvc") |
| tuple | rawsvc = appMgr.service("RawDataInputSvc") |
| tuple | THistSvc = appMgr.service("THistSvc") |
| tuple | MessageSvc = appMgr.service( "MessageSvc" ) |
| tuple | rawReader = appMgr.algorithm("RawDataReader") |
tuple rawpython::appMgr = gm.AppMgr() [static] |
Definition at line 5 of file rawpython.py.
tuple rawpython::per = appMgr.service("EventPersistencySvc") [static] |
Definition at line 14 of file rawpython.py.
tuple rawpython::output = appMgr.service("RootIOCnvSvc") [static] |
Definition at line 16 of file rawpython.py.
tuple rawpython::rawsvc = appMgr.service("RawDataInputSvc") [static] |
Definition at line 18 of file rawpython.py.
tuple rawpython::THistSvc = appMgr.service("THistSvc") [static] |
Definition at line 22 of file rawpython.py.
tuple rawpython::MessageSvc = appMgr.service( "MessageSvc" ) [static] |
Definition at line 29 of file rawpython.py.
tuple rawpython::rawReader = appMgr.algorithm("RawDataReader") [static] |
Definition at line 33 of file rawpython.py.
1.4.7