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

In This Package:

__init__.py

Go to the documentation of this file.
00001 #!/usr/bin/env
00002 
00003 __all__ = ['Configure','RootIOTestConf','TESDump','TestHeaderObjects']
00004 
00005 class Configure:
00006     
00007     def __init__(self):
00008         from RootIOTestConf import RegSeqDumpAlg
00009         rsda = RegSeqDumpAlg()
00010 
00011         from Gaudi.Configuration import ApplicationMgr
00012         theApp = ApplicationMgr()
00013         theApp.TopAlg.append(rsda)
00014 
00015         return
00016     pass
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:58:40 2011 for RootIOTest by doxygen 1.4.7