Classes | |
class | PollFileStatSvc |
Functions | |
def | configure |
def | run |
def RootIOTest::TestFileStatSvc::configure | ( | argv = None |
) |
Definition at line 47 of file TestFileStatSvc.py.
00047 : 00048 from RootIOSvc.RootIOSvcConf import RootIOFileStateSvc 00049 fss = RootIOFileStateSvc() 00050 00051 from Gaudi.Configuration import ApplicationMgr 00052 theApp = ApplicationMgr() 00053 theApp.ExtSvc.append(fss) 00054 def run(app):
def RootIOTest::TestFileStatSvc::run | ( | app | ) |
Definition at line 55 of file TestFileStatSvc.py.
00055 : 00056 alg = PollFileStatSvc() 00057 app.addAlgorithm(alg) 00058