| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

__init__.py

Go to the documentation of this file.
00001 def DaqReadoutSvc():
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
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:46:28 2011 for DaqFormatModules by doxygen 1.4.7