Functions | |
def | DaqReadoutSvc |
def DaqReadoutSvc::__init__::DaqReadoutSvc | ( | ) |
Definition at line 1 of file __init__.py.
00001 : 00002 from Gaudi.Configuration import ApplicationMgr 00003 app = ApplicationMgr() 00004 00005 from DaqFormatModules.DaqFormatModulesConf import DaqReadoutSvc 00006 daqSvc = DaqReadoutSvc("DaqReadoutSvc") 00007 daqSvc.Generating=False 00008 app.ExtSvc.append(daqSvc) 00009 00010 return daqSvc return daqSvc